We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fedbe commit 89b0aedCopy full SHA for 89b0aed
src/reachy_mini/daemon/app/dashboard/static/js/appstore.js
@@ -5,7 +5,7 @@ const hfAppsStore = {
5
await hfAppsStore.displayAvailableApps(appsData);
6
},
7
fetchAvailableApps: async () => {
8
- const resAvailable = await fetch('/api/apps/list-available');
+ const resAvailable = await fetch('/api/apps/list-available/dashboard_selection');
9
const appsData = await resAvailable.json();
10
return appsData;
11
0 commit comments