File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- Fixed :py:class: `~aiohttp.StaticResource ` not resolving urls when adding them via the internal ``_routes `` property.
1+ Fixed :py:class: `~aiohttp.web. StaticResource ` not resolving urls when adding them via the internal ``_routes `` property.
22You had to also add the method to the ``_allowed_methods `` property set, which is not ideal.
33
4- Added :py:meth: `~aiohttp.StaticResource.add_route ` and :py:meth: `~aiohttp.StaticResource.register_route `
5- to :py:class: `~aiohttp.StaticResource ` to handle this same :py:class: `~aiohttp.Resource `.
4+ Added :py:meth: `~aiohttp.web. StaticResource.add_route ` and :py:meth: `~aiohttp.web .StaticResource.register_route `
5+ to :py:class: `~aiohttp.web. StaticResource ` to handle this same :py:class: `~aiohttp.web .Resource `.
66-- by :user: `BlindChickens `.
You can’t perform that action at this time.
0 commit comments