How do I bind middleware to ONLY the default_service
?
#2095
Unanswered
curiousdev
asked this question in
Q&A
Replies: 1 comment
-
You can use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
web::resource
provideswrap_fn
ability to bind middleware to a specific route.What method should be used to bind middlware to ONLY
app.default_service()
?Beta Was this translation helpful? Give feedback.
All reactions