This commit is contained in:
Paolo Arena
2021-09-02 21:29:24 +02:00
parent 04a9ce2232
commit 1c3df0fac1
21 changed files with 1291 additions and 673 deletions

View File

@@ -8,7 +8,7 @@ import axios, {
import { serv_constants } from '@src/store/Modules/serv_constants'
// import { TokenHelper } from "./token-helper";
let initialized: boolean = false
let initialized = false
interface IRequestConfig extends AxiosRequestConfig {
ignore: number[]