Updating app version number
This commit is contained in:
@@ -9,7 +9,6 @@ async function bootstrap() {
|
||||
const httpService = new HttpService();
|
||||
const app = await NestFactory.create(AppModule);
|
||||
|
||||
app.enableCors();
|
||||
app.setGlobalPrefix('api');
|
||||
app.useGlobalFilters(new HttpExceptionFilter());
|
||||
|
||||
@@ -23,7 +22,6 @@ async function bootstrap() {
|
||||
throw new InternalServerErrorException();
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
await app.listen(3000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user