Reamer commented on code in PR #5099:
URL: https://github.com/apache/zeppelin/pull/5099#discussion_r2431365878
##########
zeppelin-server/src/main/java/org/apache/zeppelin/rest/ConfigurationsRestApi.java:
##########
@@ -32,7 +32,7 @@
import org.apache.zeppelin.service.AuthenticationService;
/** Configurations Rest API Endpoint. */
-@Path("/configurations")
Review Comment:
You have changed the path of the API class here. Probably so that the call
is `/api/wsMaxMessageSize`. However, I also think
`/api/configurations/wsMaxMessageSize` is very good and would prefer this API
endpoint.
I have changed the path to `/api/wsMaxMessageSize`.
--
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]