Added the missing comma

This commit is contained in:
Dan Tudor 2015-03-31 17:08:33 +01:00
parent 00dd44455a
commit a6c6335671
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ module API
# branch (required) - The name of the branch
# Example Request:
# DELETE /projects/:id/repository/branches/:branch
delete ":id/repository/branches/:branch"
delete ":id/repository/branches/:branch",
requirements: { branch: /.*/ } do
authorize_push_project
result = DeleteBranchService.new(user_project, current_user).