diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-06-20 20:59:15 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-06-20 20:59:15 +0200 |
commit | 19191d45908498b6ea4d9493b4c08caec57b5386 (patch) | |
tree | 4a856f28164cf339f6369ab0598cb480cdd7b22c /modules/blog/blog.js | |
parent | 745dba98b429b9c06056a444aead4b5983b03600 (diff) |
Diffstat (limited to 'modules/blog/blog.js')
-rw-r--r-- | modules/blog/blog.js | 2 |
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; |