mirror of
https://github.com/immich-app/immich.git
synced 2025-11-12 09:32:37 +09:00
Refactor web to use OpenAPI SDK (#326)
* Refactor main index page * Refactor admin page * Refactor Auth endpoint * Refactor directory to prep for monorepo * Fixed refactoring path * Resolved file path in vite * Refactor photo index page * Refactor thumbnail * Fixed test * Refactor Video Viewer component * Refactor download file * Refactor navigation bar * Refactor upload file check * Simplify Upload Asset signature * PR feedback
This commit is contained in:
2
web/src/api/index.ts
Normal file
2
web/src/api/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from './open-api';
|
||||
export * from './api';
|
||||
Reference in New Issue
Block a user