|
@@ -44,6 +44,7 @@ public class OperatingInterfacesDubboServiceImpl implements OperatingInterfacesD
|
|
|
|
|
|
@Override
|
|
|
public Result<InterfacesDTO> detailForGateway(String servicePath) {
|
|
|
+ servicePath = servicePath.replaceAll("/\\d+$", "");
|
|
|
InterfacesDTO interfaces = map.get(servicePath);
|
|
|
if (null != interfaces) {
|
|
|
return Result.success(interfaces);
|