From 0e04a9ffc4f146a4edef2723163408a91dd1f6f3 Mon Sep 17 00:00:00 2001 From: youbowu Date: Thu, 9 Mar 2017 18:30:34 +0800 Subject: Modify the static variable ENGINE_PATH Issue-ID:HOLMES-50 Change-Id: I3b56eb0e7ff2d85930d59abcc8689b7c0b8e7b55 Signed-off-by: youbowu --- .../main/java/org/openo/holmes/rulemgt/constant/RuleMgtConstant.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit 1.2.3-korg