Skip to content
Snippets Groups Projects
Commit e00975a4 authored by Renzo Beux's avatar Renzo Beux
Browse files

fixes

parent a1c63678
No related branches found
No related tags found
No related merge requests found
MYSQL_USERNAME=root
MYSQL_PASSWORD=root
MYSQL_DB=repp_users
PORT = 4000
\ No newline at end of file
......@@ -163,7 +163,7 @@ router.route('/login')
router.route('/')
.post(create);
router.validate('/validate', validate);
router.post('/validate', validate);
router.use('/', authorized);
......
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