mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-12 03:16:20 +00:00
Refactor
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user