Add test Coverage for Policy Service
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / services / policy / policy.service.ts
index 93f08e7..f24747b 100644 (file)
@@ -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;