We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21bdba6 + 4dca96c commit 8c4a1deCopy full SHA for 8c4a1de
utils/server.js
@@ -7,4 +7,4 @@ app.use('/external', express.static('external'))
7
app.use('/editor', express.static('editor'))
8
app.use('/', express.static('editor'))
9
10
-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 commit comments