fixed: clientSecret exprofile

This commit is contained in:
Warunee Tamkoo 2026-07-21 09:08:24 +07:00
parent c356a06899
commit d10b7e11f0

View file

@ -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<string, CachedToken> = new Map();