Skip to content

Commit f0bc66f

Browse files
sean-navapbcclaude
andauthored
Remove unused create_upload_url() from storage.py
Dead code cleanup — this function is no longer called after the server-side upload refactor. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3690648 commit f0bc66f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

template-only-app/storage.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ def _get_container_name():
2323
return os.environ.get("AZURE_STORAGE_CONTAINER_NAME", "documents")
2424

2525

26-
def create_upload_url(path):
27-
"""Return the local upload endpoint for server-side upload."""
28-
return "/document-upload", {}
29-
30-
3126
def download_file(path):
3227
"""Download a blob and return its content as bytes."""
3328
client = _get_blob_service_client()

0 commit comments

Comments
 (0)