Skip to content

Commit 8c4a1de

Browse files
authored
Merge pull request jagenjo#415 from 0xlws/0xlws-patch-1
refactor: remove '!' from server url
2 parents 21bdba6 + 4dca96c commit 8c4a1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ app.use('/external', express.static('external'))
77
app.use('/editor', express.static('editor'))
88
app.use('/', express.static('editor'))
99

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

0 commit comments

Comments
 (0)