cleaning in spot client

This commit is contained in:
tiagosiebler
2022-09-17 11:36:57 +01:00
parent c02a2f0c75
commit 679e54eb42
4 changed files with 13 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import {
serializeParams,
RestClientType,
REST_CLIENT_TYPE_ENUM,
agentSource,
APIID,
getRestBaseUrl,
} from './requestUtils';
@@ -98,7 +98,7 @@ export default abstract class BaseRestClient {
// custom request options based on axios specs - see: https://github.com/axios/axios#request-config
...requestOptions,
headers: {
'x-referer': agentSource,
'x-referer': APIID,
},
};