Change tokenk Axios wrapper to multifetch, config changes

This commit is contained in:
theofficialomega
2026-04-21 19:01:37 +02:00
parent 87b10bc6ec
commit c77b184bea
24 changed files with 778 additions and 670 deletions

View File

@@ -2,7 +2,7 @@ const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')
const customParseFormat = require('dayjs/plugin/customParseFormat')
const duration = require('dayjs/plugin/duration')
const doFetch = require('@ntlab/sfetch')
const doFetch = require('../../scripts/core/multifetch')
const debug = require('debug')('site:dsmart.com.tr')
dayjs.extend(utc)