Fix: method naming typo (#3301)

pull/3318/head
haigeek 2 years ago committed by GitHub
parent abeb164de4
commit c1a20e15f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,8 +95,8 @@ public class DockingInterfaceExample {
* @param group group
* @return boolean
*/
@RequestMapping("/remoteConfig")
public boolean remoteConfig(@RequestParam("dataId") String dataId,
@RequestMapping("/removeConfig")
public boolean removeConfig(@RequestParam("dataId") String dataId,
@RequestParam(value = "group", required = false) String group)
throws NacosException {
if (StringUtils.isEmpty(group)) {

Loading…
Cancel
Save