From 6f4b7269c5b8ec843645ceab0156ec225553fdb1 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 16 Aug 2019 22:39:57 -0400 Subject: Moved the community rules --- routes/community-rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/community-rules.js') 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 -- cgit v1.2.3