Change to api.grasscutter.io

This commit is contained in:
KingRainbow44
2022-07-01 16:25:18 -04:00
parent 3b99b9137a
commit b034c73c72
4 changed files with 6 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ interface IState {
bgFile: string;
}
const DEFAULT_BG = 'https://api.grasscutters.xyz/content/bgfile'
const DEFAULT_BG = 'https://api.grasscutter.io/cultivation/bgfile'
const downloadHandler = new DownloadHandler()