This commit is contained in:
2025-08-22 17:31:25 +09:00
parent 122d639cfb
commit 75e05dc5ab
24 changed files with 2203 additions and 56 deletions

View File

@@ -21,7 +21,7 @@ async function bootstrap() {
.build();
const document = swagger_1.SwaggerModule.createDocument(app, config);
swagger_1.SwaggerModule.setup('api', app, document);
await app.listen(process.env.PORT ?? 3000);
await app.listen(process.env.PORT ?? 3001);
}
bootstrap();
//# sourceMappingURL=main.js.map

File diff suppressed because one or more lines are too long