update ws and fix bug
This commit is contained in:
@@ -7,7 +7,7 @@ const gpsAuthController = require('../controllers/GPS.Auth')
|
||||
router.post('/gps/login', gpsAuthController.login)
|
||||
|
||||
|
||||
/// /////////////////// admin routes
|
||||
/// ///////////////////
|
||||
// router.post('/register/admin', userController.register_admin)
|
||||
router.post('/register/user', userController.register_user)
|
||||
// router.post('/activation/:key', userController.activation)
|
||||
|
||||
Reference in New Issue
Block a user