Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Oct 8, 2024
1 parent fa259a9 commit e3db214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function bootstrap() {
app.setGlobalPrefix('v2');
const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup('api', app, document);

console.log('coucou');
await app.listen(process.env.PORT || 5000);
}
bootstrap();

0 comments on commit e3db214

Please sign in to comment.