Skip to content
Snippets Groups Projects
Commit e0c1f121 authored by Bastien's avatar Bastien
Browse files

fix

parent 2c0a3263
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ router.post('/signup', controller.signup); ...@@ -11,7 +11,7 @@ router.post('/signup', controller.signup);
router.get('/logout',auth.auth,controller.logout); router.get('/logout',auth.auth,controller.logout);
router.put('/',auth.auth,controller.changeUserInfos); // router.put('/',auth.auth,controller.changeUserInfos);
module.exports = router; module.exports = router;
\ No newline at end of file
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