fixed: clientSecret exprofile
This commit is contained in:
parent
c356a06899
commit
d10b7e11f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue