refactor: change backend baseURL default port to 9090
see https://github.com/haishanh/yacd/issues/537
This commit is contained in:
parent
621d31f18f
commit
cbb6b9c9bb
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ export function updateCollapsibleIsOpen(prefix, name, v) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultClashAPIConfig = {
|
const defaultClashAPIConfig = {
|
||||||
baseURL: 'http://127.0.0.1:7892',
|
baseURL: 'http://127.0.0.1:9090',
|
||||||
secret: '',
|
secret: '',
|
||||||
addedAt: 0,
|
addedAt: 0,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue