mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 09:47:46 +03:00
fixup! 3.0.0.
This commit is contained in:
@@ -53,7 +53,7 @@ async function bootstrap() {
|
|||||||
|
|
||||||
SwaggerModule.setup("api-docs", app, swaggerDocument, {});
|
SwaggerModule.setup("api-docs", app, swaggerDocument, {});
|
||||||
|
|
||||||
await app.listen(apiConstants.port);
|
await app.listen(apiConstants.port, "0.0.0.0");
|
||||||
}
|
}
|
||||||
|
|
||||||
bootstrap().then();
|
bootstrap().then();
|
||||||
|
|||||||
Reference in New Issue
Block a user