Skip to content

Commit

Permalink
docs(rtk-query): add headers argument to base query example using axios
Browse files Browse the repository at this point in the history
  • Loading branch information
reza-sadeghzadeh committed Oct 3, 2023
1 parent dbc9022 commit 6f8c00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rtk-query/usage/customizing-queries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ const axiosBaseQuery =
method: AxiosRequestConfig['method']
data?: AxiosRequestConfig['data']
params?: AxiosRequestConfig['params']
headers?: AxiosRequestConfig['headers']
},
unknown,
unknown
Expand Down

0 comments on commit 6f8c00b

Please sign in to comment.