From 6263406945a6e58266071ff9a5cc96cde8c196bf Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:39:52 +0700 Subject: [PATCH] chore: change endpoint name --- src/controllers/04-properties-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/04-properties-controller.ts b/src/controllers/04-properties-controller.ts index d2192d3..46cea13 100644 --- a/src/controllers/04-properties-controller.ts +++ b/src/controllers/04-properties-controller.ts @@ -37,7 +37,7 @@ type PropertyPayload = { const permissionCondCompany = createPermCondition((_) => true); const permissionCheckCompany = createPermCheck((_) => true); -@Route("api/v1/properties") +@Route("api/v1/property") @Tags("Property") @Security("keycloak") export class PropertiesController extends Controller {