1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Merge pull request #339 from joshleeb/propogate-scope-default-resource

Propagate scope default resource
This commit is contained in:
Nikolay Kim
2018-06-21 15:40:02 +06:00
committed by GitHub
4 changed files with 60 additions and 8 deletions

View File

@ -25,6 +25,8 @@
* `HttpRequest::url_for_static()` for a named route with no variables segments
* Propagation of the application's default resource to scopes that haven't set a default resource.
### Changed