From 4edea5d72992fbddf44b11a42e7b03a7987c3656 Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Thu, 20 Mar 2025 15:08:30 +0600 Subject: [PATCH] update --- src/app.ts | 4 ---- 1 file changed, 4 deletions(-) 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`);