summaryrefslogtreecommitdiff
path: root/modules/blog/blog.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/blog.js')
-rw-r--r--modules/blog/blog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.js b/modules/blog/blog.js
index 3985fdb..4843d4b 100644
--- a/modules/blog/blog.js
+++ b/modules/blog/blog.js
@@ -112,7 +112,7 @@ module.exports = (app, io, _moddir) => {
next();
});
- app.get("/blog/*", (req, res) => {
+ app.get("/blog/*rest", (req, res) => {
if (req.path.indexOf("/.") != -1) {
res.sendStatus(404);
return;