From 61b166cabc6810cd0f8ef2965e83f1531c8430ee Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:35:24 +0700 Subject: [PATCH] fix: family endpoint path --- src/controllers/ProfileFamilyHistoryController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {