Skip to content

Commit f1cfc91

Browse files
committed
Fix comment
1 parent 897bef9 commit f1cfc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def api_status() -> Response:
6868
@app.route('/blocks//<path:path>') # Handle double slash
6969
def serve_frontend(path: str) -> Union[Response, Tuple[Response, int]]:
7070
"""Serve static assets from dist/ directory with base path"""
71-
# Normalize path - remove leading slashes and clean up double slashes
71+
# Normalize path - remove leading slashes
7272
path = path.lstrip('/')
7373

7474
# Debug logging

0 commit comments

Comments
 (0)