mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Move Metadata to --internal database
Refs: - https://github.com/simonw/datasette/pull/2343 - https://github.com/simonw/datasette/issues/2341
This commit is contained in:
parent
8f9509f00c
commit
e1bfab3fca
22 changed files with 286 additions and 214 deletions
|
|
@ -43,8 +43,6 @@ def routes():
|
|||
"RowView",
|
||||
{"format": "json", "database": "foo", "pks": "1", "table": "humbug"},
|
||||
),
|
||||
("/-/metadata.json", "JsonDataView", {"format": "json"}),
|
||||
("/-/metadata", "JsonDataView", {"format": None}),
|
||||
),
|
||||
)
|
||||
def test_routes(routes, path, expected_name, expected_matches):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue