mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Experimental path_from_header feature, refs #712
This commit is contained in:
parent
6aa516d82d
commit
fb0460dd0b
3 changed files with 19 additions and 0 deletions
|
|
@ -1308,6 +1308,7 @@ def test_config_json(app_client):
|
|||
"hash_urls": False,
|
||||
"template_debug": False,
|
||||
"base_url": "/",
|
||||
"path_from_header": "",
|
||||
} == response.json
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue