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

@@ -31,7 +31,7 @@ namespace raven_integration
creds.login = login;
creds.password = password;
ApiResponse a = await Util.PostAsync("Auth", null, creds.ToString());
ApiResponse a = await Util.PostAsync("auth", null, creds.ToString());
//Put this in when having concurrency issue during auth and old style dl token creation during login
// ValidateDataReturnResponseOk(a);