Skip to content

Commit ccd9611

Browse files
Change /docs to / on docs server start
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
1 parent 9cf1136 commit ccd9611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/index.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ app.get '*', (req, res) ->
4545
port = process.env.PORT ? 3000
4646

4747
app.listen port, ->
48-
console.log("Server started on http://localhost:#{port}/docs/")
48+
console.log("Server started on http://localhost:#{port}")

0 commit comments

Comments
 (0)