Set APPEND_SLASH to False...
This commit is contained in:
parent
c8eae8cc8b
commit
20bbe48fd2
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ ALLOWED_HOSTS = json.loads(CONFIG_FILE.config["App"]["Hosts"])
|
||||||
CSRF_TRUSTED_ORIGINS = [f"https://{host}" for host in ALLOWED_HOSTS]
|
CSRF_TRUSTED_ORIGINS = [f"https://{host}" for host in ALLOWED_HOSTS]
|
||||||
BASE_URL = CONFIG_FILE.config["App"]["BaseURL"]
|
BASE_URL = CONFIG_FILE.config["App"]["BaseURL"]
|
||||||
|
|
||||||
|
APPEND_SLASH = False
|
||||||
|
|
||||||
CERTIFICATE_DIR = Path(CONFIG_FILE.config.get("App", "CertificateDir", fallback=BASE_DIR / "certificates"))
|
CERTIFICATE_DIR = Path(CONFIG_FILE.config.get("App", "CertificateDir", fallback=BASE_DIR / "certificates"))
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
Loading…
Reference in a new issue