diff options
author | yangyanyj <yangyanyj@chinamobile.com> | 2019-05-01 01:42:23 +0800 |
---|---|---|
committer | yangyanyj <yangyanyj@chinamobile.com> | 2019-05-01 01:42:52 +0800 |
commit | 9ddeb8996a45a8dd189488608a57a90d04a4943a (patch) | |
tree | 54835c94733857ae6ec3d232a03f9b38d219b0bd | |
parent | 52a969dcc2a935930a559b1780d7c95e1cc45d73 (diff) |
update the register serivce api
Issue-ID: MODELING-156
Change-Id: Iec8b929693494cef20e452111646a8b267801224
Signed-off-by: yangyanyj <yangyanyj@chinamobile.com>
-rw-r--r-- | genericparser/pub/config/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genericparser/pub/config/config.py b/genericparser/pub/config/config.py index 574d4d7..2a3d53c 100644 --- a/genericparser/pub/config/config.py +++ b/genericparser/pub/config/config.py @@ -39,7 +39,7 @@ REG_TO_MSB_REG_URL = "/api/microservices/v1/services" REG_TO_MSB_REG_PARAM = [{ "serviceName": "genericparser", "version": "v1", - "url": "/api/genericparser/v1", + "url": "/api/parser/v1", "protocol": "REST", "visualRange": "1", "nodes": [{ |