feat(backend): endpoint to download files by id #21

Merged
mcataford merged 2 commits from feat/file-downloads-flow into main 2023-08-17 23:21:08 +00:00
mcataford commented 2023-08-17 23:11:08 +00:00 (Migrated from github.com)

This adds a flow to download files from storage.

When requested, the file is returned as a FileResponse for download. A 404 is returned if the file ID provided doesn't map to anything.

This adds a flow to download files from storage. When requested, the file is returned as a `FileResponse` for download. A 404 is returned if the file ID provided doesn't map to anything.
This repo is archived. You cannot comment on pull requests.
No description provided.