Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
collettemathieu committed Jul 14, 2024
1 parent bc07f37 commit 9eb3e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bewoak-api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function bootstrap() {
const port = process.env.PORT || 3000;
await app.listen(port);
Logger.log(
`🚀 Application is running on: http://localhost:${port}/${globalPrefix}`
`🚀 TESt Application is running on: http://localhost:${port}/${globalPrefix}`
);
}

Expand Down

0 comments on commit 9eb3e5c

Please sign in to comment.