mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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
|
|
@ -21,8 +21,8 @@ import { AuthDto } from 'src/domain/auth/auth.dto';
|
|||
import { MetadataSearchDto } from 'src/domain/search/dto/search.dto';
|
||||
import { SearchService } from 'src/domain/search/search.service';
|
||||
import { Auth, Authenticated, SharedLinkRoute } from 'src/immich/app.guard';
|
||||
import { UUIDParamDto } from 'src/immich/controllers/dto/uuid-param.dto';
|
||||
import { Route } from 'src/immich/interceptors/file-upload.interceptor';
|
||||
import { UUIDParamDto } from 'src/validation';
|
||||
|
||||
@ApiTags('Asset')
|
||||
@Controller('assets')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue