Fixes to the Download Errors
This commit is contained in:
@@ -20,7 +20,7 @@ def _ensure_storage_dir():
|
||||
|
||||
def _binary_url(melody_id: str) -> str:
|
||||
"""Returns the API URL to download the binary for a given melody id."""
|
||||
return f"/api/builder/melodies/{melody_id}/download"
|
||||
return f"/builder/melodies/{melody_id}/download"
|
||||
|
||||
|
||||
def _row_to_built_melody(row: dict) -> BuiltMelodyInDB:
|
||||
|
||||
Reference in New Issue
Block a user