diff --git a/pagure/api/project.py b/pagure/api/project.py index 6a48491..5e4e9c6 100644 --- a/pagure/api/project.py +++ b/pagure/api/project.py @@ -1307,6 +1307,7 @@ def api_new_branch(repo, username=None, namespace=None): jsonout = flask.jsonify(output) return jsonout + @API.route('//c//flag') @API.route('///c//flag') @API.route('/fork///c//flag')