Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(server): download endpoints #6653

Merged
merged 3 commits into from
Jan 26, 2024
Merged

Conversation

jrasm91
Copy link
Contributor

@jrasm91 jrasm91 commented Jan 26, 2024

Warning

Deprecated endpoints

The three asset download endpoints have been deprecated and will be removed in a future release

POST /asset/download/info    => POST /download/info
POST /asset/download/archive => POST /download/archive
POST /asset/download/:id     => POST /download/asset/:id

Move download endpoints out of the asset controller and into a new download service.

Copy link

cloudflare-pages bot commented Jan 26, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3c65682
Status: ✅  Deploy successful!
Preview URL: https://39d9b734.immich.pages.dev
Branch Preview URL: https://refactor-download-controller.immich.pages.dev

View logs

Copy link
Member

@danieldietzler danieldietzler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@alextran1502 alextran1502 merged commit 7ea55c7 into main Jan 26, 2024
24 checks passed
@alextran1502 alextran1502 deleted the refactor/download-controller branch January 26, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants