🐛 修复了一个 BUG. zuul 动态路由,格式化路由无效

This commit is contained in:
冷冷 2018-06-14 16:06:23 +08:00
parent 7cf571adc1
commit 1c0428ad41
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class DynamicRouteLocator extends DiscoveryClientRouteLocator {
}
values.put(path, entry.getValue());
}
return routesMap;
return values;
}
/**