Skip to content

Commit

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

0 comments on commit ffb4498

Please sign in to comment.