This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-26 14:35:09 +07:00
parent a4dfb3c87c
commit df74e0226e
13 changed files with 7057 additions and 5877 deletions

View file

@ -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`)
)
);
}