We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41809c3 commit 6748cecCopy full SHA for 6748cec
1 file changed
modules/download/base.go
@@ -50,7 +50,7 @@ func DownloadStatic(workdirectory string, force bool, checkupdate bool) error {
50
51
// Check for updates
52
if checkupdate {
53
- resp, err := http.Get("https://mrui-api.hzchu.top/v2/api/checkupdate")
+ resp, err := http.Get("https://mrui-api.hzchu.top/v3/api/checkupdate")
54
55
if err != nil {
56
logrus.Info("Failed to get update information, skipping check")
0 commit comments