diff --git a/server/services/auth/authService.ts b/server/services/auth/authService.ts index 1e09a5e..6ce6ffe 100644 --- a/server/services/auth/authService.ts +++ b/server/services/auth/authService.ts @@ -20,7 +20,7 @@ app.route("auth/session", session); // required to login /* User area just needs to be logged in to enter here */ -app.route("auth/profileUpdate", profile); +app.route("auth/profileupdate", profile); /* will need to increase to make sure the person coming here has the correct permissions */ app.route("auth/getuseraccess", getAccess);