fix(auth): changed the profile update so we can run correctly now

This commit is contained in:
2025-03-10 16:20:07 -05:00
parent 8b1c65db4e
commit cd4109533e

View File

@@ -20,7 +20,7 @@ app.route("auth/session", session);
// required to login // required to login
/* User area just needs to be logged in to enter here */ /* 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 */ /* will need to increase to make sure the person coming here has the correct permissions */
app.route("auth/getuseraccess", getAccess); app.route("auth/getuseraccess", getAccess);