mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
b0b600b79f
commit
dce718961c
4 changed files with 38 additions and 4 deletions
|
|
@ -360,9 +360,13 @@ def register_magic_parameters():
|
|||
else:
|
||||
raise KeyError
|
||||
|
||||
async def asyncrequest(key, request):
|
||||
return key
|
||||
|
||||
return [
|
||||
("request", request),
|
||||
("uuid", uuid),
|
||||
("asyncrequest", asyncrequest),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue