1
This commit is contained in:
@@ -8,6 +8,7 @@ import path from "path";
|
||||
// Use environment variable to determine the target.
|
||||
// const target = process.env.VITE_PROXY_TARGET || "http://localhost:7860";
|
||||
const target = process.env.VITE_PROXY_TARGET || "http://npcall.ai:3101";
|
||||
// const target = process.env.VITE_PROXY_TARGET || "http://172.30.40.241:7866";
|
||||
|
||||
const proxyTargets = apiRoutes.reduce((proxyObj, route) => {
|
||||
proxyObj[route] = {
|
||||
|
||||
Reference in New Issue
Block a user