update
This commit is contained in:
parent
69f8956cfa
commit
4edea5d729
1 changed files with 0 additions and 4 deletions
|
|
@ -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`);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue