mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Add exemptions
This commit is contained in:
parent
efb1e3db4b
commit
d820b80fa6
|
@ -6,7 +6,9 @@ export const DEFAULT_URL_BASE = 'https://example.org/';
|
||||||
* Default headers for executing OAuth 2.0 flows.
|
* Default headers for executing OAuth 2.0 flows.
|
||||||
*/
|
*/
|
||||||
export const DEFAULT_HEADERS: Headers = {
|
export const DEFAULT_HEADERS: Headers = {
|
||||||
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||||
Accept: 'application/json, application/x-www-form-urlencoded',
|
Accept: 'application/json, application/x-www-form-urlencoded',
|
||||||
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||||
'Content-Type': 'application/x-www-form-urlencoded',
|
'Content-Type': 'application/x-www-form-urlencoded',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue