correction de l'update du

workflow
This commit is contained in:
2026-02-26 22:39:23 +01:00
parent 56b5615abf
commit 4e1637a792
370 changed files with 19223 additions and 900 deletions

View File

@@ -73,6 +73,13 @@ const api = {
method: 'DELETE',
});
},
async syncWorkflow(id: string, data: { nodes: any[]; connections: any[] }) {
return api.request(`/projects/${id}/workflow`, {
method: 'PUT',
body: JSON.stringify(data),
});
},
},
// --- CHAPTERS ---