mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
chore(server): organize integrity dtos (#29191)
This commit is contained in:
parent
09d0380804
commit
48861b085e
3 changed files with 9 additions and 12 deletions
|
|
@ -7,13 +7,14 @@ import {
|
|||
IntegrityGetReportDto,
|
||||
IntegrityReportResponseDto,
|
||||
IntegrityReportSummaryResponseDto,
|
||||
IntegrityReportTypeParamDto,
|
||||
} from 'src/dtos/integrity.dto';
|
||||
import { ApiTag, Permission } from 'src/enum';
|
||||
import { Auth, Authenticated, FileResponse } from 'src/middleware/auth.guard';
|
||||
import { LoggingRepository } from 'src/repositories/logging.repository';
|
||||
import { IntegrityService } from 'src/services/integrity.service';
|
||||
import { sendFile } from 'src/utils/file';
|
||||
import { IntegrityReportTypeParamDto, UUIDv7ParamDto } from 'src/validation';
|
||||
import { UUIDv7ParamDto } from 'src/validation';
|
||||
|
||||
@ApiTags(ApiTag.Maintenance)
|
||||
@Controller('admin/integrity')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue