aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
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 b7a6820..0b1149d 100644
--- a/app.js
+++ b/app.js
@@ -71,6 +71,7 @@ app.use(express.static(path.join(__dirname, "public")));
app.use(logger)
app.use("/", require("./routes/index"));
+app.use("/about", require("./routes/about"));
app.use((req, res) => {
res.status(404).render("404", {title: "404 | Alee Productions"});