redux-axios-middleware
redux-axios-middleware copied to clipboard
default options of middleware.
Is it possible to read default options of middleware?
because I need to write my own middleware config to have my onSuccess onError and I will use customized onSuccess /OnError wrapping the default onSuccess/onError.
I needed to do something similar, defaults can be found here
yes using the same.
Thanks.