mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Gestion de la validation du dossier d'inscription
This commit is contained in:
@ -60,7 +60,7 @@ export const editRegisterForm = (id, data, csrfToken) => {
|
||||
}).then(requestResponseHandler);
|
||||
};
|
||||
|
||||
export const sendSEPARegisterForm = (id, data, csrfToken) => {
|
||||
export const editRegisterFormWithBinaryFile = (id, data, csrfToken) => {
|
||||
return fetch(`${BE_SUBSCRIPTION_REGISTERFORMS_URL}/${id}`, {
|
||||
method: 'PUT',
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user