2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-16 15:47:21 +00:00

1 Commits

Author SHA1 Message Date
John Cowen
5892e75452
ui: Remove any trailing fullstop/period DNS characters from Gateways UI API ()
Previous to this commit, the API response would include Gateway
Addresses in the form `domain.name.:8080`, which due to the addition of
the port is probably not the expected response.

This commit rightTrims any `.` characters from the end of the domain
before formatting the address to include the port resulting in
`domain.name:8080`
2021-02-25 09:34:47 +00:00