aboutsummaryrefslogtreecommitdiffstats
path: root/server.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-06 11:24:39 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-06 11:24:39 +0000
commitfc713bcbb320ff692cac6332f5aa587dc817305c (patch)
treec0f59a5ded32b58e413c2699c153ae017cb3fca6 /server.js
parentnow the blog uses the db for everything. now need to decide on how to populat... (diff)
downloadblog-fc713bcbb320ff692cac6332f5aa587dc817305c.tar.gz
blog-fc713bcbb320ff692cac6332f5aa587dc817305c.zip
WIP, we now have to fix the pug template which is not working
Diffstat (limited to 'server.js')
-rwxr-xr-xserver.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/server.js b/server.js
index 4c2be0c..6d51d1b 100755
--- a/server.js
+++ b/server.js
@@ -123,12 +123,6 @@ app.get("/archive", (req, res) => {
},
});
});
- // res.render("archive.ejs", {
- // cache: true,
- // data: {
- // mds: fs.readdirSync(path.join(__dirname, "mds"), "utf-8"),
- // },
- // });
});
app.get("/robots.txt", (req, res) => {