Skip to content

Commit

Permalink
revert vite
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Aug 21, 2024
1 parent 28b8701 commit d5ae81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -100,7 +100,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 d5ae81d

Please sign in to comment.