This commit is contained in:
smfahim25 2025-03-20 15:08:30 +06:00
parent 69f8956cfa
commit 4edea5d729

View file

@ -49,9 +49,5 @@ const app = new Elysia()
) )
.listen(ENV.SERVER_PORT); .listen(ENV.SERVER_PORT);
app.routes.forEach((route) => {
console.log(`Route: ${route.method} ${route.path}`);
});
console.log(`\n🦊 Elysia is running at ${ENV.SERVER_URL}`); console.log(`\n🦊 Elysia is running at ${ENV.SERVER_URL}`);
console.log(`Swagger docs available at ${ENV.SERVER_URL}/swagger`); console.log(`Swagger docs available at ${ENV.SERVER_URL}/swagger`);