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
|
|
@ -18,7 +18,7 @@ import {
|
|||
import { PersonService } from 'src/domain/person/person.service';
|
||||
import { Auth, Authenticated, FileResponse } from 'src/immich/app.guard';
|
||||
import { sendFile } from 'src/immich/app.utils';
|
||||
import { UUIDParamDto } from 'src/immich/controllers/dto/uuid-param.dto';
|
||||
import { UUIDParamDto } from 'src/validation';
|
||||
|
||||
@ApiTags('Person')
|
||||
@Controller('person')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue