removed missclick
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 2m6s
Build and test backend / Test-backend (pull_request) Successful in 2m2s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 23s

This commit is contained in:
Bartha Maxime 2024-03-15 18:53:58 +01:00
parent f33a421aee
commit 2ea6ed16bb

View File

@ -10,7 +10,7 @@ import {restGet, restPatch} from './restConsumer.js'
* TODO: add info in the Object (I don't know what will be needed)
*/
export async function createRegister(){
return restPost("/request/register"});
return restPost("/request/register");
}
/**