Revert "chore: change default test url"

This reverts commit 69b65d06a4.
This commit is contained in:
wonfen
2024-06-03 08:25:06 +08:00
parent 10bf90c92a
commit 11434fba68
3 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ export const getProxyDelay = async (
) => {
const params = {
timeout: timeout || 10000,
url: url || "http://www.apple.com/library/test/success.html",
url: url || "http://1.1.1.1",
};
const instance = await getAxios();
const result = await instance.get(
@@ -250,7 +250,7 @@ export const getGroupProxyDelays = async (
) => {
const params = {
timeout: timeout || 10000,
url: url || "http://www.apple.com/library/test/success.html",
url: url || "http://1.1.1.1",
};
const instance = await getAxios();
const result = await instance.get(