Skip to content

Commit

Permalink
Update Accept
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Feb 8, 2024
1 parent 6a2d6ff commit d7bc804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class Api {
getBackendSrv().fetch({
method: 'GET',
headers: {
Accept: 'application/rss+xml',
Accept: 'application/rss+xml, application/atom+xml',
},
url: `${this.instanceSettings.url}/feed`,
params,
Expand Down

0 comments on commit d7bc804

Please sign in to comment.