mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
base_url configuration setting, refs #394
This commit is contained in:
parent
a498d0fe65
commit
0b37a104fd
11 changed files with 75 additions and 9 deletions
|
|
@ -1307,6 +1307,7 @@ def test_config_json(app_client):
|
|||
"force_https_urls": False,
|
||||
"hash_urls": False,
|
||||
"template_debug": False,
|
||||
"base_url": "/",
|
||||
} == response.json
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue