From 706f9e7899cafe1fdf4ca5e86f75639dca81e926 Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Wed, 13 Jan 2021 13:17:13 -0600 Subject: [PATCH] Correct changelog location --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index f5a4935..d0874d8 100644 --- a/app.js +++ b/app.js @@ -94,7 +94,7 @@ app.get('/posts/:post', (req, res) => { }) app.get('/bnp/changelog', (req, res) => { - res.sendFile(__dirname + 'posts/bnp-changelog.html') + res.sendFile(__dirname + '/posts/bnp-changelog.html') }) const port = 3000