Files
SerpentRace/SerpentRace_Backend/node_modules/axios/lib/defaults/transitional.js
T
2025-07-18 09:20:40 +02:00

8 lines
118 B
JavaScript

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