Merge branch 'main' into feature/adc/#71-create-search-route

This commit is contained in:
danis
2023-01-06 01:25:18 +03:00
33 changed files with 736 additions and 304 deletions
+1
View File
@@ -18,6 +18,7 @@ async function bootstrap() {
SwaggerModule.setup('api', app, document);
app.useGlobalPipes(new ValidationPipe());
app.enableCors();
await app.listen(3000);
}
bootstrap();