add x-auth-skip header

This commit is contained in:
2023-08-05 13:07:42 +02:00
parent c4d344f07d
commit 84ff03f2a8
4 changed files with 24 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ async function bootstrap() {
})
pipesSetup(app)
app.useGlobalFilters(new HttpExceptionFilter())
await app.listen(process.env.PORT || 3000)
await app.listen(process.env.PORT || 3333)
const logger = new Logger('NestApplication')
logger.log(`Application is running on: ${await app.getUrl()}`)