Max/Backend/Curriculum #106
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user