From ae5f4f36f409a98c5c0fa9a6146ecca0ca820bf2 Mon Sep 17 00:00:00 2001 From: Hritesh Shanty Date: Thu, 27 Jun 2024 12:44:53 +0530 Subject: [PATCH] changed back --- vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index e9eba0610fd..5a8dcbae044 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -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, }, },