mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging req on undefined req.hostname, added exceptions to qmining auth, login screen autofocus input
This commit is contained in:
parent
cda0d31827
commit
03751182bf
5 changed files with 7 additions and 3 deletions
middlewares
|
@ -16,6 +16,8 @@ module.exports = function (options) {
|
|||
hostname = req.hostname.replace('www.', '').split('.')[0]
|
||||
} else {
|
||||
logger.Log('Hostname is undefined!', logger.GetColor('redbg'))
|
||||
console.log(req.body)
|
||||
console.log(req.query)
|
||||
}
|
||||
|
||||
// fixme: regexp includes checking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue