Auth routes

pull/1/head
sundowndev 2018-11-13 18:47:30 +01:00
parent 95c8a65bc2
commit 5181a9100a
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ auth.post('/register', register);
* @apiParam {String} username username of the user.
* @apiParam {String} password password of the user.
*
* @apiSuccess {string} jwt JWT token.
* @apiSuccess {string} jwt_token JWT token.
*/
auth.post('/login', login);
//note.post('/rester-password', reset)
// note.post('/rester-password', reset)
module.exports = auth;