summaryrefslogtreecommitdiff
path: root/modules/blog/blog.js
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-06-20 20:59:15 +0200
committerTom Smeding <tom@tomsmeding.com>2025-06-20 20:59:15 +0200
commit19191d45908498b6ea4d9493b4c08caec57b5386 (patch)
tree4a856f28164cf339f6369ab0598cb480cdd7b22c /modules/blog/blog.js
parent745dba98b429b9c06056a444aead4b5983b03600 (diff)
Update dependenciesHEADmaster
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;