Skip to content

Commit

Permalink
proxy targer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Oct 5, 2023
1 parent b8d845c commit 65faa6a
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 @@ -84,7 +84,7 @@ export default defineConfig({
port: 4000,
proxy: {
"/api": {
target: process.env.CARE_API ?? "https://careapi.ohc.network",
target: "https://care-ai-poc.ohc.network",
changeOrigin: true,
},
},
Expand All @@ -93,7 +93,7 @@ export default defineConfig({
port: 4000,
proxy: {
"/api": {
target: process.env.CARE_API ?? "https://careapi.ohc.network",
target: "https://care-ai-poc.ohc.network",
changeOrigin: true,
},
},
Expand Down

0 comments on commit 65faa6a

Please sign in to comment.