regorganizng contracts routes

This commit is contained in:
2023-02-13 00:34:31 +01:00
parent 1a6aa3317f
commit d96e27bb4d
5 changed files with 17 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import { CrudService } from "@common/crud/crud.service";
export class BaseEntitiesComponent {
protected resource: string = "contract-draft";
protected resource: string = "contract/draft";
protected schema: string = "ContractDraft";
}