We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdedf49 commit 9c28436Copy full SHA for 9c28436
ui/vite.config.ts
@@ -17,7 +17,7 @@ export default defineConfig(({ mode }) => {
17
const prefix = process.env.VITE_DYNAMIC_PREFIX || ENV.VITE_BASE_PATH
18
const proxyConf: Record<string, string | ProxyOptions> = {}
19
proxyConf['/api'] = {
20
- target: 'http://43.166.1.146:8080',
+ target: 'http://127.0.0.1:8080',
21
changeOrigin: true,
22
rewrite: (path: string) => path.replace(ENV.VITE_BASE_PATH, '/'),
23
}
0 commit comments