jerqi commented on PR #2231: URL: https://github.com/apache/incubator-uniffle/pull/2231#issuecomment-2454581819
> `curl -X POST http://localhost:19948/api/shuffleServer/confOps/update ` -> `curl -X POST http://localhost:19948/api/shuffleServer/confOps/tempUpdate` > > Is this ok? @jerqi > `curl -X POST http://localhost:19948/api/shuffleServer/confOps/update ` -> `curl -X POST http://localhost:19948/api/shuffleServer/confOps/tempUpdate` > > Is this ok? @jerqi http://localhost:19948/api/shuffleServer/confops/temp/update may be better. URI is't case sentive. I prefer not using camel style in the URI. -- 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]
