From e742c978794d505b9df0ab8978381ed3180a722c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 26 2016 12:45:10 +0000 Subject: Fix the path of one of the internal API endpoint --- diff --git a/pagure/internal/__init__.py b/pagure/internal/__init__.py index 2ad969b..53c99a7 100644 --- a/pagure/internal/__init__.py +++ b/pagure/internal/__init__.py @@ -235,7 +235,7 @@ def mergeable_request_pull(): 'message': MERGE_OPTIONS[merge_status]['message']}) -@PV.route('pull-request/ready', methods=['POST']) +@PV.route('/pull-request/ready', methods=['POST']) def get_pull_request_ready_branch(): """ Return the list of branches that have commits not in the main branch/repo (thus for which one could open a PR) and the number of