upgrade deps

This commit is contained in:
les
2019-09-06 11:55:38 +02:00
parent 5ecee0b9a1
commit 2c24591621
14 changed files with 66 additions and 74 deletions

View File

@@ -34,7 +34,6 @@ const jwt = expressJwt({
// AUTH
api.post('/auth/login', userController.login)
api.post('/auth/logout', userController.logout)
api.get('/auth/user', jwt, fillUser, userController.current)
api.post('/user/recover', userController.forgotPassword)