diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-03 09:06:16 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-03 09:06:16 +0300 |
commit | 0a7dea29aadb737f778830096515b10dc3dd1dd7 (patch) | |
tree | 772bc03d9bda2281f4cc7a3f554aef0d947208a1 /lib/api/internal.rb | |
parent | 20c2e90222ac0b12a4cc3fb9b9455232f6e250ae (diff) | |
download | gitlab-ce-0a7dea29aadb737f778830096515b10dc3dd1dd7.tar.gz |
/api/allowed use POST now
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/api/internal.rb')
-rw-r--r-- | lib/api/internal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |