Commit 9ca7b6c6 authored by Athanasios's avatar Athanasios
Browse files

Update nodepages.js

parent 275d5c3c
...@@ -13,8 +13,7 @@ router.route("/:pagesid").get((req, res) => { ...@@ -13,8 +13,7 @@ router.route("/:pagesid").get((req, res) => {
router.route("*").get((req, res) => { router.route("*").get((req, res) => {
res.sendStatus(404); throw new Error("not found");
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