mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 06:30:43 +09:00
refactor(server): plural endpoints (#9667)
This commit is contained in:
@@ -7,7 +7,7 @@ import { APIKeyService } from 'src/services/api-key.service';
|
||||
import { UUIDParamDto } from 'src/validation';
|
||||
|
||||
@ApiTags('API Key')
|
||||
@Controller('api-key')
|
||||
@Controller('api-keys')
|
||||
export class APIKeyController {
|
||||
constructor(private service: APIKeyService) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user