Loading ttcn/LibMec/RnisAPI/ttcn/RnisAPI_Pixits.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,6 +8,6 @@ module RnisAPI_Pixits { modulepar JSON.String PX_SUBSCRIPTION_ID := "7777"; modulepar JSON.String PX_SUBSCRIPTION_ID := "7777"; modulepar Link PX_LINKS_SELF := { self_ := "http://meAppServer.example.com/rni/v1/subscriptions" }; modulepar Link PX_LINKS_SELF := { self_ := "http://example.com/exampleAPI/rni/v2/subscriptions/" }; } // End of module RnisAPI_Pixits } // End of module RnisAPI_Pixits Loading
ttcn/LibMec/RnisAPI/ttcn/RnisAPI_Pixits.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,6 +8,6 @@ module RnisAPI_Pixits { modulepar JSON.String PX_SUBSCRIPTION_ID := "7777"; modulepar JSON.String PX_SUBSCRIPTION_ID := "7777"; modulepar Link PX_LINKS_SELF := { self_ := "http://meAppServer.example.com/rni/v1/subscriptions" }; modulepar Link PX_LINKS_SELF := { self_ := "http://example.com/exampleAPI/rni/v2/subscriptions/" }; } // End of module RnisAPI_Pixits } // End of module RnisAPI_Pixits