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 410a015 commit 5da4e75Copy full SHA for 5da4e75
1 file changed
src/store/spigot/actions.js
@@ -2,7 +2,7 @@ import axios from "axios";
2
3
const corsanywhere = "https://corsanywhere.minidigger.me/";
4
const versionsGist =
5
- "https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/ad24630bb4d4cb0a298810e7cc989084e7d16487/builddata.json";
+ "https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/bf7243534381ab94508363e42663b92d2dcc78d1/builddata.json";
6
7
export const loadVersions = ({ commit }) => {
8
return new Promise((resolve, reject) => {
0 commit comments