From 0a7dea29aadb737f778830096515b10dc3dd1dd7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 3 Sep 2014 09:06:16 +0300 Subject: /api/allowed use POST now Signed-off-by: Dmitriy Zaporozhets --- lib/api/internal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/api/internal.rb') diff --git a/lib/api/internal.rb b/lib/api/internal.rb index 86fa149d050..2b0ef114913 100644 --- a/lib/api/internal.rb +++ b/lib/api/internal.rb @@ -12,7 +12,7 @@ module API # ref - branch name # forced_push - forced_push # - get "/allowed" do + post "/allowed" do # Check for *.wiki repositories. # Strip out the .wiki from the pathname before finding the # project. This applies the correct project permissions to -- cgit v1.2.1