We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf1136 commit ccd9611Copy full SHA for ccd9611
server/index.coffee
@@ -45,4 +45,4 @@ app.get '*', (req, res) ->
45
port = process.env.PORT ? 3000
46
47
app.listen port, ->
48
- console.log("Server started on http://localhost:#{port}/docs/")
+ console.log("Server started on http://localhost:#{port}")
0 commit comments