This commit is contained in:
2020-05-13 22:38:43 +00:00
parent 9f8c8b8533
commit ecec874238

View File

@@ -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)
{