From d10b7e11f0da86fe18277765f455f84d4492a845 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 21 Jul 2026 09:08:24 +0700 Subject: [PATCH] fixed: clientSecret exprofile --- src/controllers/ExRetirementController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ExRetirementController.ts b/src/controllers/ExRetirementController.ts index 6720f19d..b2604ebb 100644 --- a/src/controllers/ExRetirementController.ts +++ b/src/controllers/ExRetirementController.ts @@ -23,7 +23,7 @@ interface CachedToken { } const API_URL_BANGKOK = "https://exprofile.bangkok.go.th/API"; const clientId = "e5f6ad6ce374177eef023bf5d0c018b6"; -const clientSecret = "5EhOvN5DwHOKakupqT9FmCk7MOwpT3zLqLPkPh4ZhJpxBN2nMG@2022"; +const clientSecret = "5EhOvN5DwHOKakupqT9FmCk7MOwpT3zLqLPkPh4ZhJpxBN2nMG"; class TokenCache { private static cache: Map = new Map();