use correct config server url (#519)

This commit is contained in:
Sijie.Sun
2024-12-20 00:21:22 +08:00
committed by GitHub
parent 4bb72b5606
commit 25ed41caf5
3 changed files with 11 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ const onRegister = async () => {
}
};
const defaultApiHost = 'http://easytier.cn:11211'
const defaultApiHost = 'https://config-server.easytier.cn'
const apiHost = ref<string>(defaultApiHost)
const apiHostSuggestions = ref<Array<string>>([])
const apiHostSearch = async (event: { query: string }) => {