Commit ec7b5145 authored by Athanasios's avatar Athanasios
Browse files

Update app.js

parent 5b582386
...@@ -9,7 +9,7 @@ const port = config.PORT || 9000; ...@@ -9,7 +9,7 @@ const port = config.PORT || 9000;
const app = express(); const app = express();
app.get("/favicon.ico", function (req, res) { app.get("/favicon.ico", (req, res) => {
res.sendStatus(204); res.sendStatus(204);
res.end(); res.end();
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment