fix: duplicate name
This commit is contained in:
parent
0a432844c0
commit
7002f543ba
1 changed files with 3 additions and 3 deletions
|
|
@ -24,10 +24,10 @@ import {
|
|||
UpdateProfileGovernment,
|
||||
} from "../entities/ProfileGovernment";
|
||||
|
||||
@Route("api/v1/org/profile/familyHistory")
|
||||
@Tags("ProfileFamilyHistory")
|
||||
@Route("api/v1/org/profile/government")
|
||||
@Tags("ProfileGovernment")
|
||||
@Security("bearerAuth")
|
||||
export class ProfileFamilyHistoryController extends Controller {
|
||||
export class ProfileGovernmentHistoryController extends Controller {
|
||||
private profileRepo = AppDataSource.getRepository(Profile);
|
||||
private govRepo = AppDataSource.getRepository(ProfileGovernment);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue