Fixed API Update ldapAPI

This commit is contained in:
MOHD ARIFF 2026-01-14 13:40:40 +08:00
parent 4ebac3888e
commit a437e62263

View File

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