diff --git a/server/index.coffee b/server/index.coffee index 1fc608ce72..c8d6cab108 100644 --- a/server/index.coffee +++ b/server/index.coffee @@ -45,4 +45,4 @@ app.get '*', (req, res) -> port = process.env.PORT ? 3000 app.listen port, -> - console.log("Server started on http://localhost:#{port}/docs/") + console.log("Server started on http://localhost:#{port}")