This commit is contained in:
Kevin Thomas
2021-08-03 22:52:47 -07:00
parent 1e896fd8db
commit c0043e7a29
8 changed files with 126 additions and 16063 deletions

View File

@@ -1,6 +1,5 @@
const express = require('express')
const passport = require('passport')
const router = express.Router()
router.post('/login/password', passport.authenticate('local'), function (req, res, next) {