mirror of
https://github.com/stjornleysi/telegram_glpi.git
synced 2025-12-03 02:23:09 +00:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
'use strict';
|
|
|
|
export default {
|
|
silentJSONParsing: true,
|
|
forcedJSONParsing: true,
|
|
clarifyTimeoutError: false
|
|
};
|