We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b27132 commit 28cdc86Copy full SHA for 28cdc86
scripts/src/lib/Api.ts
@@ -28,8 +28,8 @@ export interface YarnVersion {
28
}
29
30
// Do not use these fallback servers to interact with our web services. They can and will be unavailable at times and only support limited throughput.
31
-const META = ["https://meta.fabricmc.net", "https://meta2.fabricmc.net"];
32
-const MAVEN = ["https://maven.fabricmc.net", "https://maven2.fabricmc.net"];
+const META = ["https://meta.fabricmc.net", "https://meta2.fabricmc.net", "https://meta3.fabricmc.net"];
+const MAVEN = ["https://maven.fabricmc.net", "https://maven2.fabricmc.net", "https://maven3.fabricmc.net"];
33
34
export async function getInstallerVersions() {
35
return getJson<InstallerVersion[]>(META, "/v2/versions/installer");
0 commit comments