We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824efe6 commit 16f3eefCopy full SHA for 16f3eef
backend/question-service/src/main.ts
@@ -3,6 +3,6 @@ import { AppModule } from './app.module';
3
4
async function bootstrap() {
5
const app = await NestFactory.create(AppModule);
6
- await app.listen(3000);
+ await app.listen(3002);
7
}
8
bootstrap();
backend/user-service/src/main.ts
+ await app.listen(3001);
0 commit comments