Fixing problem when for example accessing '/api/2/builds' without slash at the end caused internal server error. But accessing same address with slash at the end works fine. This problem was fixed in Flask v1.0.3 (bug https://github.com/pallets/flask/issues/2984).
+ test for this issue
Fixing problem when for example accessing '/api/2/builds' without slash at the end caused internal server error. But accessing same address with slash at the end works fine. This problem was fixed in Flask v1.0.3 (bug https://github.com/pallets/flask/issues/2984).
+ test for this issue
Resolves: FACTORY-5859