diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-10 00:10:04 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-10 00:10:04 +0000 |
commit | 1bf4fece121298260663c6ca73d39716d3548a03 (patch) | |
tree | 5c82dd2fa63552ecb67fcb034740ec7e8fdba25a /lib/api | |
parent | 254ec28f5448f6f353cd98f637985de3d1405854 (diff) | |
download | gitlab-ce-1bf4fece121298260663c6ca73d39716d3548a03.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/internal/base.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/api/internal/base.rb b/lib/api/internal/base.rb index a926706f513..f1e33b27d2b 100644 --- a/lib/api/internal/base.rb +++ b/lib/api/internal/base.rb @@ -203,10 +203,6 @@ module API { reference_counter_increased: reference_counter_increased } end - post '/notify_post_receive' do - status 200 - end - post '/post_receive' do status 200 |