fix: wrong tag
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s

This commit is contained in:
Methapon2001 2025-03-10 15:37:17 +07:00
parent b32bfee49e
commit 958cac0f3b

View file

@ -38,7 +38,7 @@ const permissionCondCompany = createPermCondition((_) => true);
const permissionCheckCompany = createPermCheck((_) => true);
@Route("api/v1/properties")
@Tags("Properties")
@Tags("Property")
@Security("keycloak")
export class PropertiesController extends Controller {
@Get()