Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehyar-ALS committed Nov 25, 2023
2 parents 4fe5cde + 670b87a commit 8c7f332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
target: 'http://localhost:8080',
changeOrigin: true,
setHeaders: {
'Access-Control-Allow-Origin': ['http://alshammas.de', 'https://alshammas.de'],
'Access-Control-Allow-Origin': '*',
}
},
}
Expand Down

0 comments on commit 8c7f332

Please sign in to comment.