diff --git a/src/index.ts b/src/index.ts index fc43502..0c8295a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 ////////////////////////////////////