summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/store/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/app.js b/src/store/app.js
index 84ef96b..084ee05 100644
--- a/src/store/app.js
+++ b/src/store/app.js
@@ -149,7 +149,7 @@ export function updateCollapsibleIsOpen(prefix, name, v) {
}
const defaultClashAPIConfig = {
- baseURL: 'http://127.0.0.1:7892',
+ baseURL: 'http://127.0.0.1:9090',
secret: '',
addedAt: 0,
};