Skip to content

Commit

Permalink
fix(server): Asset controller does not load all endpoint (immich-app#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Jul 13, 2023
1 parent 2fb85f4 commit 6387e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/immich/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ import {
TypeOrmModule.forFeature([AssetEntity, ExifEntity]),
],
controllers: [
AssetController,
AssetControllerV1,
AppController,
AlbumController,
APIKeyController,
AssetController,
AuthController,
JobController,
OAuthController,
Expand Down

0 comments on commit 6387e38

Please sign in to comment.