Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Route merge order to fix Issue zio#3066
In case of duplicate routes, the old logic gives precedence to older routes, which breaks cases where the routes are updated with new environments and re-added. This gives precedence to the newer ones. /claim zio#3066
- Loading branch information