Update baseUrl of pms_v2.0
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / services / policy / policy.service.ts
index 482fe87..dc71a83 100644 (file)
@@ -34,7 +34,7 @@ import { ControlpanelSuccessTransport } from '../../interfaces/controlpanel.type
 export class PolicyService {
 
     private apiVersion2 = 'v2'
-    private basePath = '';
+    private basePath = '/a1-policy/';
     policyTypesPath = 'policy-types';
     policyPath = 'policies';