|
@@ -20,6 +20,9 @@ public class ApiStatusEndpoint {
|
|
|
|
|
|
@ReadOperation(produces = "application/json")
|
|
|
public Map<String, Object> endpoint() {
|
|
|
+
|
|
|
+ ReportorHolder.getApiDataReportor().report();
|
|
|
+
|
|
|
Map<String, Object> map = new HashMap<>(16);
|
|
|
map.put("message", "this is my endpoint");
|
|
|
return map;
|