chore: change endpoint name
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
This commit is contained in:
parent
958cac0f3b
commit
6263406945
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue