From ccef2721f63fd84e6d0dd49362f90249940170cf Mon Sep 17 00:00:00 2001 From: Mohd Ariff Date: Wed, 14 Jan 2026 13:40:40 +0800 Subject: [PATCH] Update ldapAPI --- Controllers/API/IdentityAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/API/IdentityAPI.cs b/Controllers/API/IdentityAPI.cs index 55556db..8327e14 100644 --- a/Controllers/API/IdentityAPI.cs +++ b/Controllers/API/IdentityAPI.cs @@ -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/ldap/dev1/"; string ldapUrlResult = ""; using (HttpClient httpClient = new HttpClient())