diff --git a/src/main.ts b/src/main.ts index 23707a6..b9ed375 100644 --- a/src/main.ts +++ b/src/main.ts @@ -40,7 +40,7 @@ async function bootstrap() { await app.listen(port, () => { const logger = app.get(Logger) - logger.log(`Server is running on port ${port}...`, 'NestApplication') + logger.log(`Server is running on port ${port}..`, 'NestApplication') }) }