Skip to content

Allow ability to delete branches with '/` in name

Matthias Käppler requested to merge github/fork/dantudor/patch-1 into master

Created by: dantudor

I initially thought the problem from my previous merge request was due to the URL escaping of the branch name.

Investigating the fault further and reading other methods in the commit it is actually a grape routing requirement that was missing from the delete method.

Merge request reports