Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing API root for external logs requests
Somehow the external logs APIs in the client never used the API root when constructing the URL. This means that if the Dashboard is deployed at a non-root path, the requests never made it to the logs proxy. Update the external logs URL util to include the API root in the same manner as we already do for all other APIs.
- Loading branch information