feat(ui): Update homepage data

This commit is contained in:
web@ppanel
2024-12-01 15:45:21 +07:00
parent 39aaa73d6d
commit 8425b13bce
8 changed files with 373 additions and 248 deletions
+1
View File
@@ -28,6 +28,7 @@ requset.interceptors.request.use(
async (
config: InternalAxiosRequestConfig & {
Authorization?: string;
skipErrorHandler?: boolean;
},
) => {
const Authorization = getAuthorization(config.Authorization);