Browse Source

Correct changelog location

master
Levi Olson 3 years ago
parent
commit
706f9e7899
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.js

+ 1
- 1
app.js View File

@ -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

Loading…
Cancel
Save