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 9405c1d commit ac8eb88Copy full SHA for ac8eb88
src/store/spigot/actions.js
@@ -2,7 +2,7 @@ import axios from "axios";
2
3
const corsanywhere = "https://corsanywhere.benndorf.dev/";
4
const versionsGist =
5
- "https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/bf7243534381ab94508363e42663b92d2dcc78d1/builddata.json";
+ "https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/f5dd31272e419cc95eaa6990c9ca0e1e36714a91/builddata.json";
6
7
export const loadVersions = ({ commit }) => {
8
return new Promise((resolve, reject) => {
0 commit comments