This commit is contained in:
2020-05-13 22:36:32 +00:00
parent 2201f9c72d
commit 69491c3093
6 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ namespace raven_integration
d = new JObject();
d.login = UniqueName;
d.password = UniqueName;
a = await Util.PostAsync("Auth", null, d.ToString());
a = await Util.PostAsync("auth", null, d.ToString());
string downloadToken = a.ObjectResponse["data"]["dlt"].Value<string>();
//////////////////////////////////////////