Skip to content

Commit

Permalink
Change proxy target host to 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SriramKeerthi committed Jul 26, 2023
1 parent 8438823 commit 571456e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "http://0.0.0.0:8089",
target: "http://127.0.0.1:8089",
changeOrigin: true,
secure: false
}
Expand Down

0 comments on commit 571456e

Please sign in to comment.