logs
This commit is contained in:
parent
bba1b86d4e
commit
2971143aa8
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ module.exports = (pool, query) => {
|
||||||
// Request login code
|
// Request login code
|
||||||
router.post('/login-request', async (req, res, next) => {
|
router.post('/login-request', async (req, res, next) => {
|
||||||
const { email } = req.body;
|
const { email } = req.body;
|
||||||
|
console.log('/login-request')
|
||||||
|
console.log(JSON.stringify(config, null, 4))
|
||||||
try {
|
try {
|
||||||
// Check if user exists
|
// Check if user exists
|
||||||
const userResult = await query(
|
const userResult = await query(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue