mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
register_routes() plugin hook datasette argument, closes #1404
This commit is contained in:
parent
6f1731f305
commit
eccfeb0871
6 changed files with 37 additions and 4 deletions
|
|
@ -70,6 +70,7 @@ EXPECTED_PLUGINS = [
|
|||
"extra_template_vars",
|
||||
"menu_links",
|
||||
"permission_allowed",
|
||||
"register_routes",
|
||||
"render_cell",
|
||||
"startup",
|
||||
"table_actions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue