2d500d24b8
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`
4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
```release-note:bug
|
|
api: Remove trailing periods from the gateway internal HTTP API endpoint
|
|
```
|