BUG修复

This commit is contained in:
tanghc
2019-08-12 18:00:29 +08:00
parent 130d843e42
commit 56b7d978c3

View File

@@ -190,7 +190,7 @@ public class ServiceZookeeperApiMetaManager implements ApiMetaManager {
if (servletPath == null) {
servletPath = "";
}
StringUtils.trimLeadingCharacter(servletPath, '/');
servletPath = StringUtils.trimLeadingCharacter(servletPath, '/');
return contextPath + servletPath;
}