webapp: Update default proxy ip
This commit is contained in:
parent
871dc051d7
commit
4bf094c3ef
@ -14,7 +14,7 @@ let proxy_target;
|
|||||||
try {
|
try {
|
||||||
proxy_target = require('./vite.user.ts').proxy_target;
|
proxy_target = require('./vite.user.ts').proxy_target;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
proxy_target = '192.168.178.87';
|
proxy_target = '192.168.20.110';
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user