diff --git a/src/frontend/src/controllers/API/index.ts b/src/frontend/src/controllers/API/index.ts index 298d017c5..14309bc0b 100644 --- a/src/frontend/src/controllers/API/index.ts +++ b/src/frontend/src/controllers/API/index.ts @@ -555,7 +555,7 @@ export async function saveFlowStore(newFlow: { is_component?: boolean; }): Promise { try { - const response = await api.post(`${BASE_URL_API}store/`, { + const response = await api.post(`${BASE_URL_API}store/components/`, { name: newFlow.name, data: newFlow.data, description: newFlow.description,