removed missclick
This commit is contained in:
parent
f33a421aee
commit
2ea6ed16bb
@ -10,7 +10,7 @@ import {restGet, restPatch} from './restConsumer.js'
|
|||||||
* TODO: add info in the Object (I don't know what will be needed)
|
* TODO: add info in the Object (I don't know what will be needed)
|
||||||
*/
|
*/
|
||||||
export async function createRegister(){
|
export async function createRegister(){
|
||||||
return restPost("/request/register"});
|
return restPost("/request/register");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user