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