Skip to content

Commit 9c28436

Browse files
feat: system
1 parent bdedf49 commit 9c28436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig(({ mode }) => {
1717
const prefix = process.env.VITE_DYNAMIC_PREFIX || ENV.VITE_BASE_PATH
1818
const proxyConf: Record<string, string | ProxyOptions> = {}
1919
proxyConf['/api'] = {
20-
target: 'http://43.166.1.146:8080',
20+
target: 'http://127.0.0.1:8080',
2121
changeOrigin: true,
2222
rewrite: (path: string) => path.replace(ENV.VITE_BASE_PATH, '/'),
2323
}

0 commit comments

Comments
 (0)