fix: family endpoint path
This commit is contained in:
parent
a90c75ff03
commit
61b166cabc
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ import HttpError from "../interfaces/http-error";
|
|||
import { RequestWithUser } from "../middlewares/user";
|
||||
import { Profile } from "../entities/Profile";
|
||||
|
||||
@Route("api/v1/org/profile/familyHistory")
|
||||
@Route("api/v1/org/profile/family")
|
||||
@Tags("ProfileFamilyHistory")
|
||||
@Security("bearerAuth")
|
||||
export class ProfileFamilyHistoryController extends Controller {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue