@ -13,6 +13,6 @@ public interface IIotThicknessClient {
String DELETE_HISTORY = API_PREFIX + "/delete-history";
@GetMapping("DELETE_HISTORY")
@GetMapping(DELETE_HISTORY)
public Integer deleteHistory();
}