Changed name of parameter in update request for backwards (in)compatibility.
This commit is contained in:
parent
6f5e062aa9
commit
7a4a5f0cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ namespace MatterHackers.MatterControl.VersionManagement
|
|||
ApplicationSettings.Instance.set("UpdateFeedType", feedType);
|
||||
}
|
||||
requestValues["ProjectToken"] = VersionInfo.Instance.ProjectToken;
|
||||
requestValues["FeedType"] = feedType;
|
||||
requestValues["UpdateFeedType"] = feedType;
|
||||
uri = "https://mattercontrol.appspot.com/api/1/get-current-release-version";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue