mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
d392dc1cfa
commit
f5e79adf26
9 changed files with 129 additions and 4 deletions
|
|
@ -60,6 +60,11 @@ def register_facet_classes():
|
|||
"Register Facet subclasses"
|
||||
|
||||
|
||||
@hookspec
|
||||
def register_routes():
|
||||
"Register URL routes: return a list of (regex, view_function) pairs"
|
||||
|
||||
|
||||
@hookspec
|
||||
def actor_from_request(datasette, request):
|
||||
"Return an actor dictionary based on the incoming request"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue