...
|
...
|
@@ -29,7 +29,6 @@ public class DNSMonitorCtrl { |
|
|
result.put("updateTime", InterVar.updateTime);
|
|
|
result.put("dnsMonitorInfo", InterVar.hostDNSConnectModelList);
|
|
|
return JSON.toJSONString(result);
|
|
|
// return JSON.toJSONString(InterVar.hostDNSConnectModelList);
|
|
|
}
|
|
|
|
|
|
@RequestMapping("/history")
|
...
|
...
|
|