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 6f1450c commit b0f4627Copy full SHA for b0f4627
api/src/core/paths.py
@@ -300,7 +300,7 @@ async def get_web_file_path(filename: str) -> str:
300
)
301
302
# Construct web directory path relative to project root
303
- web_dir = os.path.join("/app", settings.web_player_path)
+ web_dir = os.path.join(root_dir, settings.web_player_path)
304
305
# Search in web directory
306
search_paths = [web_dir]
0 commit comments