middleware fix for path-based vendor url

This commit is contained in:
2025-11-09 18:47:53 +01:00
parent 79dfcab09f
commit adbcee4ce3
13 changed files with 2078 additions and 810 deletions

View File

@@ -344,4 +344,4 @@ class ErrorPageRenderer:
</body>
</html>
"""
return HTMLResponse(content=html_content, status_code=status_code)
return HTMLResponse(content=html_content, status_code=status_code)