Showing
1 changed file
with
1 additions
and
1 deletions
@@ -108,7 +108,7 @@ public class TopoSwitchCtrl { | @@ -108,7 +108,7 @@ public class TopoSwitchCtrl { | ||
108 | if (StringUtils.equals("grayapigateway", String.valueOf(apiMap.get("name")))) { | 108 | if (StringUtils.equals("grayapigateway", String.valueOf(apiMap.get("name")))) { |
109 | List<String> serverList = (List<String>) apiMap.get("server"); | 109 | List<String> serverList = (List<String>) apiMap.get("server"); |
110 | if (serverList.get(0).startsWith("172")) { | 110 | if (serverList.get(0).startsWith("172")) { |
111 | - qqApiNginx = "aws"; | 111 | + qqGrayNginx = "aws"; |
112 | } | 112 | } |
113 | } | 113 | } |
114 | } | 114 | } |
-
Please register or login to post a comment