1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
Also reported by other users
This commit is contained in:
xmflsct
2023-01-14 16:58:01 +01:00
parent e7ca5ba63d
commit e5744aba06
4 changed files with 17 additions and 20 deletions

View File

@ -13,7 +13,7 @@ export type Params = {
}
headers?: { [key: string]: string }
body?: FormData
extras?: Omit<AxiosRequestConfig, 'method' | 'url' | 'params' | 'headers' | 'data'>
extras?: Omit<AxiosRequestConfig, 'method' | 'baseURL' | 'url' | 'params' | 'headers' | 'data'>
}
const apiInstance = async <T = unknown>({