refactor: mode ListView

This commit is contained in:
somnetsak123 2023-11-28 09:22:44 +07:00 committed by Methapon2001
parent 6348ea0ba6
commit 2b07b0fba5
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
4 changed files with 260 additions and 5 deletions

View file

@ -11,7 +11,6 @@ const HttpMethods = {
const _axios = axios.create()
const cb = (config: InternalAxiosRequestConfig) => {
config.headers.Authorization = `Bearer ${KeyCloakService.GetAccesToken()}`
console.log(config.headers)
return config
}