Renamed controller to better fit the overall nameing scheme

ref #104
This commit is contained in:
Nicolai Ort 2021-01-19 17:58:03 +01:00
parent a4e8311cbd
commit d743f7ee12
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { ResponseGroupContact } from '../models/responses/ResponseGroupContact';
@JsonController('/contacts')
@OpenAPI({ security: [{ "AuthToken": [] }, { "RefreshTokenCookie": [] }] })
export class ContactController {
export class GroupContactController {
private contactRepository: Repository<GroupContact>;
/**