|
@@ -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}`,
|
|
|
},
|