fixup! 3.0.0.

This commit is contained in:
2025-01-25 23:26:16 +04:00
parent 425805031a
commit bf58c2b66a

View File

@@ -53,7 +53,7 @@ async function bootstrap() {
SwaggerModule.setup("api-docs", app, swaggerDocument, {});
await app.listen(apiConstants.port);
await app.listen(apiConstants.port, "0.0.0.0");
}
bootstrap().then();