Skip to content

Commit

Permalink
Revert, didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored and anna-parker committed Oct 25, 2024
1 parent 03ce686 commit de40686
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions website/src/services/zodiosWrapperClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ export class ZodiosWrapperClient<Api extends ZodiosEndpointDefinitions> {
private readonly logger: InstanceLogger,
private readonly serviceName: string,
) {
this.zodios = new Zodios(url, api, {
axiosConfig: {
headers: {
Accept: '*/*', // Some endpoints want plain text, not the default (JSON)
},
},
});
this.zodios = new Zodios(url, api);
}

/**
Expand Down

0 comments on commit de40686

Please sign in to comment.