diff options
Diffstat (limited to 'modules/blog')
-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 b6085d9..c6a4bb6 100644 --- a/modules/blog/blog.js +++ b/modules/blog/blog.js @@ -117,7 +117,7 @@ module.exports = (app, io, _moddir) => { updateRepo(); app.get("/blog", (req, res, next) => { - req.url = "/blog/"; + req.url = "/blog/index"; next(); }); |