create service feedback page
This commit is contained in:
@@ -5,6 +5,6 @@ import { cors } from './common/utils/cors.utils';
|
||||
async function bootstrap() {
|
||||
const app = await NestFactory.create(AppModule);
|
||||
app.enableCors(cors);
|
||||
await app.listen(3000);
|
||||
await app.listen(3069);
|
||||
}
|
||||
bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user