aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-16 00:44:47 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-16 00:44:47 -0400
commitbe5c14ffa4b10e1586b68f94669093146df9d452 (patch)
tree26e73b126d291e84df7d4289acf65286e0a6a81f /app.js
parentb0411efcf2459566888abf34c7524d67fb3add54 (diff)
downloadalp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.gz
alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.bz2
alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.zip
Added transitions, community rules, git projects and etc
Diffstat (limited to 'app.js')
-rw-r--r--app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.js b/app.js
index e06509f..7ac20c2 100644
--- a/app.js
+++ b/app.js
@@ -93,6 +93,7 @@ app.use("/", require("./routes/index"));
app.use("/projects", require("./routes/projects"));
app.use("/blog", require("./routes/blog"));
app.use("/about", require("./routes/about"));
+app.use("/community/rules", require("./routes/community-rules"));
app.use((req, res) => {
res.status(404).render("404", {