fix: family endpoint path

This commit is contained in:
Methapon2001 2024-03-20 17:35:24 +07:00
parent a90c75ff03
commit 61b166cabc

View file

@ -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 {