提交 6ad2f53a 编写于 作者: L lican 提交者: wu-sheng

fix operation name (#1343)

上级 33708741
......@@ -53,6 +53,6 @@ public class PathMappingCache {
&& !classPath.endsWith(PATH_SEPARATOR)) {
methodPath = PATH_SEPARATOR + methodPath;
}
methodPathMapping.put(method, classPath + methodPath);
methodPathMapping.put(method, (classPath + methodPath).replace("//","/"));
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册