mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
764738dfcb
commit
61419388c1
8 changed files with 36 additions and 40 deletions
|
|
@ -381,7 +381,7 @@ class DataView(BaseView):
|
|||
return None
|
||||
|
||||
async def get(self, request):
|
||||
db_name = request.url_vars["db_name"]
|
||||
db_name = request.url_vars["database"]
|
||||
database = tilde_decode(db_name)
|
||||
_format = self.get_format(request)
|
||||
data_kwargs = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue