X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fservices%2Fpolicy%2Fpolicy.service.ts;h=f24747b79673d57c3689ad32a250a9bfa5bd051e;hb=3b19af38b08cd6838cf58fbc03064e4a6fc091eb;hp=93f08e7168b16c8a54f519cd43574a88f7c78eaa;hpb=36be929b28929a1f52d7e3653ab04dff953842e8;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/services/policy/policy.service.ts b/webapp-frontend/src/app/services/policy/policy.service.ts index 93f08e7..f24747b 100644 --- a/webapp-frontend/src/app/services/policy/policy.service.ts +++ b/webapp-frontend/src/app/services/policy/policy.service.ts @@ -34,8 +34,8 @@ import { ControlpanelSuccessTransport } from '../../interfaces/controlpanel.type export class PolicyService { private basePath = 'api/policy'; - private policyTypePath = 'policytypes'; - private policyPath = 'policies'; + policyTypePath = 'policytypes'; + policyPath = 'policies'; private buildPath(...args: any[]) { let result = this.basePath;