mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(server): download file (#1512)
* refactor(server): download file * chore: generate open-api and remove unused refs * chore(server): tests * chore: remove unused code
This commit is contained in:
parent
e39507552f
commit
2b0b2bb1ae
29 changed files with 210 additions and 291 deletions
|
|
@ -8,6 +8,7 @@ export * from './domain.module';
|
|||
export * from './job';
|
||||
export * from './oauth';
|
||||
export * from './share';
|
||||
export * from './storage';
|
||||
export * from './system-config';
|
||||
export * from './tag';
|
||||
export * from './user';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue