maobaolong commented on code in PR #2137:
URL:
https://github.com/apache/incubator-uniffle/pull/2137#discussion_r1777982243
##########
dashboard/src/main/java/org/apache/uniffle/dashboard/web/resource/DashboardResource.java:
##########
@@ -72,6 +73,11 @@ public Response<Map<String, Object>> getDashboardInfo() {
});
}
+ @Path("/confOps")
+ public Class<ConfOpsResource> getConfOps() {
Review Comment:
Thanks for your remind. Revert the change related to Dashboard and updated
the title of this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]