Skip to content

Commit

Permalink
update endpoint up now
Browse files Browse the repository at this point in the history
  • Loading branch information
sridhar-5 committed Nov 9, 2021
1 parent dcb972c commit bbd8aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/AdminUsersEndpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ router.post(
);

router.put(
":/id",
"/:id",
[AuthenticateUser, CheckAdminUser],
async (request, response) => {
const UpdateEvent = await Events.findByIdAndUpdate(
Expand Down

0 comments on commit bbd8aad

Please sign in to comment.