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
This changes the validateInput() middleware to throw an error
instead of returning the response.
This allows for the corsOPTIONS() middleware to hook into
the error response, which is now handled by a generic
middleware which turns errors into Problem Detail responses
using aProblem()
BREAKING CHANGE: this changes the way validateInput() works
0 commit comments