Skip to content

Commit

Permalink
Merge pull request #1001 from digitalservicebund/vite-config-cleanup
Browse files Browse the repository at this point in the history
chore: cleanup Vite config
  • Loading branch information
andreasphil authored Feb 14, 2025
2 parents 62ee256 + 81d4b37 commit 9b646df
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 @@ -33,7 +33,7 @@ export default defineConfig(({ mode }) => {
],
server: {
proxy: {
"^/(api|oauth2|login|logout|environment)": {
"^/(api|environment)": {
target: "http://localhost:8080",
changeOrigin: true,
secure: false,
Expand Down

0 comments on commit 9b646df

Please sign in to comment.