Response interceptors
This release fixes 2 things.
/
routes not being recognized, these threw 404, not anymore.- Flagged enum request types didn't match all the flags.
It also comes with a new feature
- Added response interceptors which let you intercept a response like 404, 500 and send a custom response instead.