fix the axios bug

Šī revīzija ir iekļauta:
Sven Czarnian
2022-11-05 01:25:51 +01:00
vecāks c3f36bae01
revīzija 1269cb9f6b

Parādīt failu

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