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

@@ -70,6 +70,12 @@ const api = {
return api.request(`/projects/${id}`, {
method: 'DELETE'
});
},
async syncWorkflow (id, data) {
return api.request(`/projects/${id}/workflow`, {
method: 'PUT',
body: JSON.stringify(data)
});
}
},
// --- CHAPTERS ---