You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using fetchBaseQuery it's possible to override the headers and other options for all requests in one place except for the method field. It's hardcoded as GET. Is there a reason for this? I have a use-case where all of my requests use POST so it would be convenient to have it overridden in a single place. It could be changed to fallback to GET by default.