generated from john/python-template
v5.0 Introduce centralized homepage & portrait photo management
Quality Gate / gate (push) Failing after 11s
Quality Gate / gate (push) Failing after 11s
This commit is contained in:
@@ -7,7 +7,7 @@ from urllib.parse import quote
|
||||
|
||||
_ABSOLUTE_SCHEMES = ("http://", "https://", "data:")
|
||||
_UPLOAD_ROUTE_PREFIX = "/uploads/"
|
||||
_CANONICAL_PREFIXES = ("documents/", "persons/")
|
||||
_CANONICAL_PREFIXES = ("documents/", "persons/", "photos/")
|
||||
|
||||
|
||||
def absolute_upload_url(path: str, *, base_url: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user