gitlab-org--gitlab-foss/changelogs/unreleased/fix-api-ide-relative-url-root.yml
Paul Slaughter 4abd436097
Fix API and IDE path with / relative_url_root
**Why?**
Previously we simply concatenated our paths, which led
to requesting `//api/v4/...` and obviously failed. The BE
supports a relative_url_root of `/`. It's a bug that the FE
does not.
2019-04-24 13:05:29 -05:00

5 lines
105 B
YAML

---
title: Fix FE API and IDE handling of '/' relative_url_root
merge_request: 27635
author:
type: fixed