We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cdd5a commit d95331eCopy full SHA for d95331e
src/config/Fetcher.ts
@@ -75,7 +75,7 @@ class FetchApi {
75
/**
76
* axios instance with auth token
77
*/
78
- get withAuth(): AxiosInstance {
+ get default(): AxiosInstance {
79
if (!this.axiosDefault) {
80
this.axiosDefault = createAxios(this.baseUri)
81
return this.axiosDefault
0 commit comments