Skip to content

Commit

Permalink
feat:support pancake
Browse files Browse the repository at this point in the history
  • Loading branch information
constwz committed Nov 3, 2023
1 parent e236f65 commit f1a7d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function bootstrap() {
app.get<IConfigurationService>(IConfigurationService);
const applicationPort: string =
configurationService.getOrThrow('applicationPort');

app.enableCors()
await app.listen(applicationPort);
}

Expand Down

0 comments on commit f1a7d08

Please sign in to comment.