mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
25d092e592
Previously, deleting a key in `/dc1/kv/` would transition to `/dc1/kv//` on success. A refresh at this stage would lead to `404`, this commit will fix this and generate the correct route key in a helper function.