Fix: method naming typo (#3305)

pull/3335/head
haigeek 2 years ago committed by GitHub
parent 09d1f389e6
commit 9c83fb8e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,8 +95,8 @@ public class DockingInterfaceExample {
* @return boolean
* @throws NacosException remove config from nacos server failed
*/
@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