diff --git a/src/services/auth.ts b/src/services/auth.ts index cc3ea0d..6b0a01a 100644 --- a/src/services/auth.ts +++ b/src/services/auth.ts @@ -72,7 +72,7 @@ export class Auth { if (!token) return BackendReturnStatus.Unauthorized; return axios - .patch(`${Configuration.resourceServer}/auth/refreshRadarScopeKey`, { + .patch(`${Configuration.resourceServer}/auth/refreshRadarScopeKey`, {}, { headers: { Authorization: `Bearer ${token}`, },