Skip to content

Commit 090eab8

Browse files
Merge pull request #8 from TogetherCrew/linking-service
ci: test ci
2 parents f2de5dc + 9a5b639 commit 090eab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function bootstrap() {
4040

4141
await app.listen(port, () => {
4242
const logger = app.get(Logger)
43-
logger.log(`Server is running on port ${port}!`, 'NestApplication')
43+
logger.log(`Server is running on port ${port}...`, 'NestApplication')
4444
})
4545
}
4646

0 commit comments

Comments
 (0)