1
0
forked from fr/deguapp
This commit is contained in:
2024-04-30 00:50:27 +02:00
parent ff8cc4cccf
commit dc1b955a8a
6 changed files with 90 additions and 11 deletions

View File

@ -8,7 +8,7 @@ const router = Router();
//const mws = [requireAuth, handleValidation.handleValidationError];
router.post("/login", authController.login_post);
router.post("/signup", authController.signup_post);
//router.post(
// "/login",