diff options
Diffstat (limited to 'routes/community-rules.js')
| -rw-r--r-- | routes/community-rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/community-rules.js b/routes/community-rules.js index 318089c..d723a5b 100644 --- a/routes/community-rules.js +++ b/routes/community-rules.js @@ -21,7 +21,7 @@ const express = require("express"); const router = express.Router(); router.get('/', (req, res) => { - res.render('community-rules', {title: 'Community Rules | Alee Productions'}); + res.render('community/rules', {title: 'Community Rules | Alee Productions'}); }); module.exports = router;
\ No newline at end of file |
