mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-17 05:09:26 +00:00
add x-auth-skip header
This commit is contained in:
@@ -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()}`)
|
||||
|
||||
Reference in New Issue
Block a user