Skip to content

Commit

Permalink
changed back
Browse files Browse the repository at this point in the history
  • Loading branch information
hrit2773 committed Jun 27, 2024
1 parent af8b181 commit ae5f4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
port: 4000,
proxy: {
"/api": {
target: process.env.CARE_API ?? "http://localhost:9000/",
target: process.env.CARE_API ?? "https://careapi.ohc.network",
changeOrigin: true,
},
},
Expand Down

0 comments on commit ae5f4f3

Please sign in to comment.