Skip to content

Commit

Permalink
Remove proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Dec 8, 2023
1 parent 8c99ff2 commit 85ff0e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions _examples/golang-sse/webapp/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
export default {
server: {
strictPort: true,
proxy: {
"/rpc": {
target: "http://localhost:4848",
changeOrigin: true,
},
},
},
};

0 comments on commit 85ff0e9

Please sign in to comment.