mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging status codes
This commit is contained in:
parent
d3a6a14180
commit
d706a21117
2 changed files with 1 additions and 2 deletions
|
@ -109,7 +109,6 @@ app.get('/*', function (req, res) {
|
|||
// relPath = relPath.replace(/\//g, "/");
|
||||
|
||||
logger.LogReq(req)
|
||||
logger.LogReq(req, true, res.statusCode)
|
||||
|
||||
try {
|
||||
if (fs.lstatSync(curr).isDirectory()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue