diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-02 15:35:14 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-02 15:35:14 -0400 |
| commit | cc2c3863b0a3ec26e6610163c00b5f8f6aedc716 (patch) | |
| tree | 372b990c1e9e40475be08a554768acece5fd5430 /app.js | |
| parent | f7c360592b6c2ef24b033280aa977a894349476a (diff) | |
| download | alp-website-cc2c3863b0a3ec26e6610163c00b5f8f6aedc716.tar.gz alp-website-cc2c3863b0a3ec26e6610163c00b5f8f6aedc716.tar.bz2 alp-website-cc2c3863b0a3ec26e6610163c00b5f8f6aedc716.zip | |
About page, updated 404 and changed style
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"}); |
