Commit 275d5c3c authored by Athanasios's avatar Athanasios
Browse files

Update nodes.js

parent 0c3b5cf4
......@@ -36,8 +36,7 @@ router.route("/:nodeid/:resource/:subresource/:subresourceid").get((req, res) =>
router.route("*").get((req, res) => {
res.sendStatus(404);
res.end();
throw new Error("not found");
});
......
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