mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging changes
This commit is contained in:
parent
6a3593fa6e
commit
cc91f4b0da
2 changed files with 5 additions and 3 deletions
|
@ -161,7 +161,6 @@ app.post('/isAdding', function (req, res) {
|
|||
})
|
||||
|
||||
app.get('/ask', function (req, res) {
|
||||
logger.LogReq(req)
|
||||
if (Object.keys(req.query).length === 0) {
|
||||
logger.DebugLog(`No query params`, 'ask', 1)
|
||||
res.json({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue