1
0
forked from PGL/Clyde

removed missclick

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");
}
/**