mirror of
https://github.com/immich-app/immich.git
synced 2025-11-15 23:52:38 +09:00
refactor(server): plural endpoints (#9667)
This commit is contained in:
@@ -17,7 +17,7 @@ import { respondWithCookie } from 'src/utils/response';
|
||||
import { UUIDParamDto } from 'src/validation';
|
||||
|
||||
@ApiTags('Shared Link')
|
||||
@Controller('shared-link')
|
||||
@Controller('shared-links')
|
||||
export class SharedLinkController {
|
||||
constructor(private service: SharedLinkService) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user