We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As aliases for UrlDispatcher.add_static.
The idea is adding static file resources in declarative way: app.add_routes([web.static(...)]) and table.static(...).
app.add_routes([web.static(...)])
table.static(...)
Part of #2766