chore: change endpoint name
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s

This commit is contained in:
Methapon2001 2025-03-10 15:39:52 +07:00
parent 958cac0f3b
commit 6263406945

View file

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