Closed stefanbartos closed 1 year ago
Closes #55
I have added ignoreParams options to disable URL parameters transformation.
ignoreParams
Before
After(with ignoreParams set)
Usage
applyCaseMiddleware(axioInstace, { ignoreParams: true, });
Closes #55
I have added
ignoreParams
options to disable URL parameters transformation.Before
After(with
ignoreParams
set)Usage