mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 17:57:45 +03:00
Смена порта на 43373
This commit is contained in:
@@ -40,7 +40,7 @@ async function bootstrap() {
|
|||||||
];
|
];
|
||||||
SwaggerModule.setup("api-docs", app, swaggerDocument);
|
SwaggerModule.setup("api-docs", app, swaggerDocument);
|
||||||
|
|
||||||
await app.listen(3000);
|
await app.listen(43373);
|
||||||
}
|
}
|
||||||
|
|
||||||
bootstrap().then();
|
bootstrap().then();
|
||||||
|
|||||||
Reference in New Issue
Block a user