Max/Backend/Curriculum #106

Merged
tonitch merged 6 commits from Max/Backend/Curriculum into master 2024-03-15 22:33:25 +01:00
Showing only changes of commit 2ea6ed16bb - Show all commits

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