feat: add "web handler" feature; it must get the menu handler
this makes more sense than (potentially) adding a whole bunch of methods to the app handler. also fix entry point for app provider, per wj changes
This commit is contained in:
parent
9c5320a31c
commit
1d113da45a
9 changed files with 121 additions and 16 deletions
6
docs/api/wuttaweb/handler.rst
Normal file
6
docs/api/wuttaweb/handler.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttaweb.handler``
|
||||
====================
|
||||
|
||||
.. automodule:: wuttaweb.handler
|
||||
:members:
|
|
@ -8,6 +8,7 @@
|
|||
:maxdepth: 1
|
||||
|
||||
app
|
||||
handler
|
||||
helpers
|
||||
menus
|
||||
static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue