mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Updated example for asgi_wrapper
This commit is contained in:
parent
ba739b2457
commit
cd231e97cd
1 changed files with 1 additions and 1 deletions
|
|
@ -669,7 +669,7 @@ This example plugin adds a ``x-databases`` HTTP header listing the currently att
|
||||||
return add_x_databases_header
|
return add_x_databases_header
|
||||||
return wrap_with_databases_header
|
return wrap_with_databases_header
|
||||||
|
|
||||||
Examples: `datasette-search-all <https://github.com/simonw/datasette-search-all>`_, `datasette-media <https://github.com/simonw/datasette-media>`_
|
Example: `datasette-cors <https://github.com/simonw/datasette-cors>`_
|
||||||
|
|
||||||
.. _plugin_hook_startup:
|
.. _plugin_hook_startup:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue