diff options
-rw-r--r-- | msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json index 7c0ec0d..5df59e2 100644 --- a/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json +++ b/msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json @@ -25,5 +25,29 @@ "weight" : 0 } ] + }, + { + "serviceName" : "/winery-topologymodeler", + "url" : "/winery-topologymodeler", + "control" : "0", + "status" : "1", + "servers" : [{ + "ip" : "127.0.0.1", + "port" : "8202", + "weight" : 0 + } + ] + }, + { + "serviceName" : "/winery", + "url" : "/winery", + "control" : "0", + "status" : "1", + "servers" : [{ + "ip" : "127.0.0.1", + "port" : "8202", + "weight" : 0 + } + ] } ] |