• Jacob Vosmaer's avatar
    Fix /api/v3/projects routing error · cd2bffd6
    Jacob Vosmaer authored
    Non-special API requests were getting special treatment, which
    resulted in 500 errors. This change avoids the special treatment and
    adds tests that assert that regular API requests should be left alone
    by gitlab-workhorse.
    cd2bffd6
main.go 7.07 KB