mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Merge branch 'master' of gitlab.com:MrFry/mrfrys-node-server
This commit is contained in:
commit
3ce75eef9e
4 changed files with 6 additions and 2 deletions
|
@ -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