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
|
|
@ -19,7 +19,7 @@ class IndexView(BaseView):
|
|||
name = "index"
|
||||
|
||||
async def get(self, request):
|
||||
as_format = request.url_vars["as_format"]
|
||||
as_format = request.url_vars["format"]
|
||||
await self.check_permission(request, "view-instance")
|
||||
databases = []
|
||||
for name, db in self.ds.databases.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue