This commit is contained in:
@@ -110,7 +110,7 @@ namespace AyaNova.PlugIn.V8
|
||||
creds.login = login;
|
||||
creds.password = password;
|
||||
|
||||
ApiResponse a = await PostAsync("Auth", creds.ToString());
|
||||
ApiResponse a = await PostAsync("auth", creds.ToString());
|
||||
|
||||
if (a.HttpResponse.IsSuccessStatusCode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user