The `web::resource` provides `wrap_fn` ability to bind middleware to a specific route. What method should be used to bind middlware to ONLY `app.default_service()`?
The
web::resourceprovideswrap_fnability to bind middleware to a specific route.What method should be used to bind middlware to ONLY
app.default_service()?