fix operation name (#1343)
This commit is contained in:
parent
337087410a
commit
6ad2f53ac0
|
|
@ -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("//","/"));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue