Skip to content
Snippets Groups Projects
Unverified Commit 59863695 authored by AgusRD's avatar AgusRD Committed by GitHub
Browse files

Update UserController.ts

UsuarioController badfix re-fixed
parent 2d4a2992
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ router.put('/:id', update);
router.put('/:id/password', password);
router.post('/check-user', checkUser);
router.get('/:id', getUser);
router.use(AuthMiddleware.adminChecker);
router.use(AuthMiddleware.authChecker);
router.put('/:id/approve', approve);
router.put('/:id/cancel', cancel);
router.put('/:id/admin', giveAdminPermission);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment