Skip to content

Commit

Permalink
fix(serveme.tf): fix serveme.tf API query (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Dec 22, 2022
1 parent be71acc commit b93e702
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ export class ServemeTfApiService {
params: {
api_key: this.environment.servemeTfApiKey,
},
headers: {
'Accept-Encoding': 'gzip,deflate,compress', // https://github.com/axios/axios/issues/5346
},
};
private readonly endpointUrl = `https://${this.environment.servemeTfApiEndpoint}/api/reservations`;

Expand Down

0 comments on commit b93e702

Please sign in to comment.