mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(server): device info (#1490)
* refactor(server): device info * fix: export device service --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
parent
32b9e0bad4
commit
bb84464216
23 changed files with 249 additions and 189 deletions
|
|
@ -3,6 +3,7 @@ export * from './api-key';
|
|||
export * from './asset';
|
||||
export * from './auth';
|
||||
export * from './crypto';
|
||||
export * from './device-info';
|
||||
export * from './domain.module';
|
||||
export * from './job';
|
||||
export * from './oauth';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue