mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(server): Asset controller does not load all endpoint (#3245)
This commit is contained in:
parent
2fb85f4a16
commit
6387e38e27
1 changed files with 1 additions and 1 deletions
|
|
@ -39,11 +39,11 @@ import {
|
||||||
TypeOrmModule.forFeature([AssetEntity, ExifEntity]),
|
TypeOrmModule.forFeature([AssetEntity, ExifEntity]),
|
||||||
],
|
],
|
||||||
controllers: [
|
controllers: [
|
||||||
|
AssetController,
|
||||||
AssetControllerV1,
|
AssetControllerV1,
|
||||||
AppController,
|
AppController,
|
||||||
AlbumController,
|
AlbumController,
|
||||||
APIKeyController,
|
APIKeyController,
|
||||||
AssetController,
|
|
||||||
AuthController,
|
AuthController,
|
||||||
JobController,
|
JobController,
|
||||||
OAuthController,
|
OAuthController,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue