diff --git a/app/client/api.ts b/app/client/api.ts index eedd2c9a..9f2a4b4e 100644 --- a/app/client/api.ts +++ b/app/client/api.ts @@ -130,6 +130,7 @@ export function getHeaders() { const headers: Record = { "Content-Type": "application/json", "x-requested-with": "XMLHttpRequest", + "Accept": "application/json", }; const isAzure = accessStore.provider === ServiceProvider.Azure;