Skip to content

Commit

Permalink
chore: Update log in main.ts for test cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
AbolfazlGhaderi committed Dec 8, 2024
1 parent a2280be commit a041acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function bootstrap()
await app.listen(PORT || 3000)

// logs
console.log(`app : http://localhost:${PORT}`)
console.log(`Swagger : http://localhost:${PORT}/api`)
console.log(`app : http://ServerIp-or-localhost:${PORT}`)
console.log(`Swagger : http://ServerIp-or-localhost:${PORT}/api`)
}
void bootstrap()

0 comments on commit a041acc

Please sign in to comment.