diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-03-13 19:57:07 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-03-13 19:57:07 +0800 |
commit | 159ae613c08dcdddbda9efb8dc26634b691c5693 (patch) | |
tree | 34c63d6443dd8e064daebb928d633a168adb0093 /rulemgt-standalone/src/main/assembly/conf/rulemgt.yml | |
parent | 4f4eb055ff1e6d7f35315f0b742e2505ea025549 (diff) |
Modify the URI of the Microservice
Change-Id: I22f4859d6f44f5efd32296a7f072adb515f0fa94
Issue-ID: HOLMES-50
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/conf/rulemgt.yml')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/conf/rulemgt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml index beb60ae..8ad1f9a 100644 --- a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml +++ b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml @@ -9,7 +9,7 @@ apidescription: ZTE Holmes rule Management rest API server: type: simple - rootPath: '/api/holmes-rulemgt/v1/*' + rootPath: '/openoapi/holmes-rule-mgmt/v1/*' applicationContextPath: / adminContextPath: /admin connector: |