Skip to content

Fix `/v1/repo-info?repo=foo%bar` to return a 204 status code when given repo can't be found

Fix /v1/repo-info?repo=foo%bar to return a 204 status code when given repo can't be found

Previously the 200 and no content, caused JSON parsing on the frontend to fail

Closes https://gitlab.com/gitlab-org/gitter/webapp/issues/1948

Edited by Eric Eastwood

Merge request reports