diff options
author | youbowu <wu.youbo@zte.com.cn> | 2017-03-09 18:30:34 +0800 |
---|---|---|
committer | 6092002067 <wu.youbo@zte.com.cn> | 2017-03-09 18:30:34 +0800 |
commit | 0e04a9ffc4f146a4edef2723163408a91dd1f6f3 (patch) | |
tree | e06b550012a35abe73a1504e90a92c34617a1778 /rulemgt/src | |
parent | a4d6f72bcd1bb54ca2e2b218f5a014a8423b5cae (diff) |
Modify the static variable ENGINE_PATH
Issue-ID:HOLMES-50
Change-Id: I3b56eb0e7ff2d85930d59abcc8689b7c0b8e7b55
Signed-off-by: youbowu <wu.youbo@zte.com.cn>
Diffstat (limited to 'rulemgt/src')
-rw-r--r-- | rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java b/rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java index 348056d..4326643 100644 --- a/rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java +++ b/rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java @@ -24,6 +24,6 @@ public class RuleMgtConstant { public static final int STATUS_RULE_CLOSE = 0;
public static final int STATUS_RULE_ALL = 2;
public static final String PACKAGE = "package";
- public static final String ENGINE_PATH = "/api/correlation-engine/v1/rule";
+ public static final String ENGINE_PATH = "/api/holmes-engine/v1/rule";
public static final int RESPONSE_STATUS_OK = 200;
}
|