diff --git a/src/app.ts b/src/app.ts index b6d6f10..4e0ef76 100644 --- a/src/app.ts +++ b/src/app.ts @@ -49,9 +49,5 @@ const app = new Elysia() ) .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(`Swagger docs available at ${ENV.SERVER_URL}/swagger`);