Skip to content

Commit

Permalink
refactor: remove '!' from server url
Browse files Browse the repository at this point in the history
  • Loading branch information
0xlws committed Sep 15, 2023
1 parent 21bdba6 commit 4dca96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ app.use('/external', express.static('external'))
app.use('/editor', express.static('editor'))
app.use('/', express.static('editor'))

app.listen(8000, () => console.log('Example app listening on http://127.0.0.1:8000!'))
app.listen(8000, () => console.log('Example app listening on http://127.0.0.1:8000'))

0 comments on commit 4dca96c

Please sign in to comment.