fix the axios bug

这个提交包含在:
Sven Czarnian
2022-11-05 01:25:51 +01:00
父节点 c3f36bae01
当前提交 1269cb9f6b

查看文件

@@ -72,7 +72,7 @@ export class Auth {
if (!token) return BackendReturnStatus.Unauthorized; if (!token) return BackendReturnStatus.Unauthorized;
return axios return axios
.patch<void>(`${Configuration.resourceServer}/auth/refreshRadarScopeKey`, { .patch<void>(`${Configuration.resourceServer}/auth/refreshRadarScopeKey`, {}, {
headers: { headers: {
Authorization: `Bearer ${token}`, Authorization: `Bearer ${token}`,
}, },