Skip to content

Commit

Permalink
webapp: Update default proxy ip
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Aug 9, 2023
1 parent 871dc05 commit 4bf094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let proxy_target;
try {
proxy_target = require('./vite.user.ts').proxy_target;
} catch (error) {
proxy_target = '192.168.178.87';
proxy_target = '192.168.20.110';
}

// https://vitejs.dev/config/
Expand Down

0 comments on commit 4bf094c

Please sign in to comment.