diff --git a/src/controllers/ProfileFamilyHistoryController.ts b/src/controllers/ProfileFamilyHistoryController.ts index d671a7f8..29456a4e 100644 --- a/src/controllers/ProfileFamilyHistoryController.ts +++ b/src/controllers/ProfileFamilyHistoryController.ts @@ -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 {