Skip to content

Commit

Permalink
Change /docs to / on docs server start
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
  • Loading branch information
vipulgupta2048 committed Feb 19, 2024
1 parent e6535be commit 478424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

0 comments on commit 478424e

Please sign in to comment.