Refactor backend and add exception handlers (#189)
This commit is contained in:
@ -5,4 +5,5 @@ async function bootstrap() {
|
||||
const app = await NestFactory.create(AppModule, { cors: true });
|
||||
await app.listen(3000);
|
||||
}
|
||||
|
||||
bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user