fix(auth): changed the profile update so we can run correctly now
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user