Open arul-prasad opened 6 years ago
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.
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.