Skip to content

Commit

Permalink
network fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasSchaut committed Sep 18, 2024
1 parent e27fd16 commit deaad58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/nest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function createApp(): Promise<INestApplication> {
app.enableCors({
origin: '*',
methods: 'GET,POST,DELETE',
props: 'Content-Type',
allowedHeaders: 'Content-Type',
});
const config = new DocumentBuilder()
.setTitle('CocktailCalc API')
Expand Down

0 comments on commit deaad58

Please sign in to comment.