mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: organize config, validation, decorators (#8118)
* refactor: validation * refactor: utilities * refactor: config
This commit is contained in:
parent
92cc647cf6
commit
81f0265095
119 changed files with 666 additions and 684 deletions
|
|
@ -4,7 +4,7 @@ import { AuthDto } from 'src/domain/auth/auth.dto';
|
|||
import { AssetFaceResponseDto, FaceDto, PersonResponseDto } from 'src/domain/person/person.dto';
|
||||
import { PersonService } from 'src/domain/person/person.service';
|
||||
import { Auth, Authenticated } from 'src/immich/app.guard';
|
||||
import { UUIDParamDto } from 'src/immich/controllers/dto/uuid-param.dto';
|
||||
import { UUIDParamDto } from 'src/validation';
|
||||
|
||||
@ApiTags('Face')
|
||||
@Controller('face')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue