Files
agente-bost/node_modules/axios/lib/defaults/transitional.js
2026-06-02 20:24:26 -03:00

9 lines
160 B
JavaScript

'use strict';
export default {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false,
legacyInterceptorReqResOrdering: true,
};