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
How would we convert this to use a parser-backed router? This is generally useful for chaining on middlewares to specific route groups, i.e. if we wanted everything behind the api path to require token-based authentication.
The text was updated successfully, but these errors were encountered:
Suppose we had some route configuration like:
How would we convert this to use a parser-backed router? This is generally useful for chaining on middlewares to specific route groups, i.e. if we wanted everything behind the
api
path to require token-based authentication.The text was updated successfully, but these errors were encountered: