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