Skip to content

Commit

Permalink
facility Creation POM
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Jun 27, 2023
1 parent 7080149 commit fbadae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default defineConfig({
port: 4000,
proxy: {
"/api": {
target: "http://localhost:9000/",
target: "https://careapi.ohc.network",
changeOrigin: true,
},
},
Expand All @@ -83,7 +83,7 @@ export default defineConfig({
port: 4000,
proxy: {
"/api": {
target: "http://localhost:9000/",
target: "https://careapi.ohc.network",
changeOrigin: true,
},
},
Expand Down

0 comments on commit fbadae2

Please sign in to comment.