Fixed API Update ldapAPI
This commit is contained in:
parent
4ebac3888e
commit
a437e62263
@ -90,7 +90,7 @@ namespace PSTW_CentralSystem.Controllers.API
|
||||
byte[] rsaData = rsaBase.Encrypt(Encoding.UTF8.GetBytes(jsonData), RSAEncryptionPadding.Pkcs1);
|
||||
string rsaDataBase64 = Convert.ToBase64String(rsaData);
|
||||
|
||||
string ldapUrl = "http://192.168.11.231/api/ldap/";
|
||||
string ldapUrl = "http://192.168.12.45/api/ldap/";
|
||||
string ldapUrlResult = "";
|
||||
|
||||
using (HttpClient httpClient = new HttpClient())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user