Modify the static variable ENGINE_PATH
authoryoubowu <wu.youbo@zte.com.cn>
Thu, 9 Mar 2017 10:30:34 +0000 (18:30 +0800)
committer6092002067 <wu.youbo@zte.com.cn>
Thu, 9 Mar 2017 10:30:34 +0000 (18:30 +0800)
Issue-ID:HOLMES-50

Change-Id: I3b56eb0e7ff2d85930d59abcc8689b7c0b8e7b55
Signed-off-by: youbowu <wu.youbo@zte.com.cn>
rulemgt/src/main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java

index 348056d..4326643 100644 (file)
@@ -24,6 +24,6 @@ public class RuleMgtConstant {
     public static final int STATUS_RULE_CLOSE = 0;\r
     public static final int STATUS_RULE_ALL = 2;\r
     public static final String PACKAGE = "package";\r
-    public static final String ENGINE_PATH = "/api/correlation-engine/v1/rule";\r
+    public static final String ENGINE_PATH = "/api/holmes-engine/v1/rule";\r
     public static final int RESPONSE_STATUS_OK = 200;\r
 }\r