This commit is contained in:
@@ -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>();
|
||||
|
||||
//////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user