trycatch
This commit is contained in:
parent
a4dfb3c87c
commit
df74e0226e
13 changed files with 7057 additions and 5877 deletions
|
|
@ -85,10 +85,7 @@ async function main() {
|
|||
console.log(
|
||||
`[APP] Application is running on: http://localhost:${APP_PORT}`
|
||||
),
|
||||
console.log(`[APP] Swagger on: http://localhost:${APP_PORT}/api-docs`),
|
||||
console.log(
|
||||
`[WS] WebSocket Server is running on ws://localhost:${APP_PORT}`
|
||||
)
|
||||
console.log(`[APP] Swagger on: http://localhost:${APP_PORT}/api-docs`)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue