1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 00:36:47 +01:00

fix(server): Asset controller does not load all endpoint (#3245)

This commit is contained in:
Alex 2023-07-13 18:42:27 -05:00 committed by GitHub
parent 2fb85f4a16
commit 6387e38e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,11 +39,11 @@ import {
TypeOrmModule.forFeature([AssetEntity, ExifEntity]),
],
controllers: [
AssetController,
AssetControllerV1,
AppController,
AlbumController,
APIKeyController,
AssetController,
AuthController,
JobController,
OAuthController,