Skip to content

Commit

Permalink
log update
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Jun 29, 2024
1 parent dca7491 commit 6ad0d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const app = new Elysia()
})
.listen(3000)

log(`Server is running at ${app.server?.hostname}:${app.server?.port}`)
log(`Server is running at ${app.server?.url}`)

//////////////////////////////////////////////////////////////////////////////
/////////////////////////////// FUNCTIONS ////////////////////////////////////
Expand Down

0 comments on commit 6ad0d8c

Please sign in to comment.