diff --git a/pagure/api/project.py b/pagure/api/project.py index 9c8fef0..f51684c 100644 --- a/pagure/api/project.py +++ b/pagure/api/project.py @@ -70,6 +70,7 @@ def api_git_tags(repo, username=None, namespace=None): @API.route('///git/branches') @API.route('/fork///git/branches') @API.route('/fork////git/branches') +@api_method def api_git_branches(repo, username=None, namespace=None): ''' List all the branches of a git repo