mirror of https://gitee.com/maxjhandsome/pig
🐛 修复了一个 BUG. zuul 动态路由,格式化路由无效
This commit is contained in:
parent
7cf571adc1
commit
1c0428ad41
|
@ -80,7 +80,7 @@ public class DynamicRouteLocator extends DiscoveryClientRouteLocator {
|
|||
}
|
||||
values.put(path, entry.getValue());
|
||||
}
|
||||
return routesMap;
|
||||
return values;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue