This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
ham-website
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Correct changelog location
master
Levi Olson
4 years ago
parent
4fc4d4b20e
commit
706f9e7899
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save