We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897bef9 commit f1cfc91Copy full SHA for f1cfc91
backend/main.py
@@ -68,7 +68,7 @@ def api_status() -> Response:
68
@app.route('/blocks//<path:path>') # Handle double slash
69
def serve_frontend(path: str) -> Union[Response, Tuple[Response, int]]:
70
"""Serve static assets from dist/ directory with base path"""
71
- # Normalize path - remove leading slashes and clean up double slashes
+ # Normalize path - remove leading slashes
72
path = path.lstrip('/')
73
74
# Debug logging
0 commit comments