From 2ea6ed16bb64b8be0d66ee1a932272739100c13e Mon Sep 17 00:00:00 2001 From: Bartha Maxime <231026@umons.ac.be> Date: Fri, 15 Mar 2024 18:53:58 +0100 Subject: [PATCH] removed missclick --- frontend/src/rest/ServiceInscription.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/rest/ServiceInscription.js b/frontend/src/rest/ServiceInscription.js index 8cdd276..5068217 100644 --- a/frontend/src/rest/ServiceInscription.js +++ b/frontend/src/rest/ServiceInscription.js @@ -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"); } /**