From cbb6b9c9bbfee296ce0ea1f1ba18a66a41ac02e1 Mon Sep 17 00:00:00 2001 From: Haishan Date: Sat, 31 Oct 2020 16:47:48 +0800 Subject: [PATCH] refactor: change backend baseURL default port to 9090 see https://github.com/haishanh/yacd/issues/537 --- src/store/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };