Email validation working

This commit is contained in:
2021-01-25 12:53:46 +11:00
parent 9cd57f17fa
commit 60cabd1936
8 changed files with 55 additions and 13 deletions
+1
View File
@@ -3,5 +3,6 @@ const router = express.Router();
//basic account management
router.post('/signup', require('./signup'));
router.get('/validation', require('./validation'));
module.exports = router;