forked from Yara724/api
Merge pull request 'Fixed Swagger ui in prod' (#95) from s.yahyaee/yara724-api:main into main
Reviewed-on: Yara724/api#95
This commit is contained in:
@@ -54,7 +54,6 @@ async function bootstrap() {
|
||||
return challenge();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
const config = new DocumentBuilder()
|
||||
.setTitle("yara724-backend")
|
||||
@@ -86,6 +85,7 @@ async function bootstrap() {
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
await app.listen(process.env.PORT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user