Updated example for asgi_wrapper

This commit is contained in:
Simon Willison 2020-07-07 19:01:13 -07:00 committed by GitHub
commit cd231e97cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -669,7 +669,7 @@ This example plugin adds a ``x-databases`` HTTP header listing the currently att
return add_x_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: