Merge pull request #415 from 0xlws/0xlws-patch-1

refactor: remove '!' from server url
This commit is contained in:
Javi Agenjo
2023-09-18 10:25:19 +02:00
committed by GitHub

View File

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