fix: wrong tag
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
This commit is contained in:
parent
b32bfee49e
commit
958cac0f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue