diff options
Diffstat (limited to 'lib/api/internal/base.rb')
-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 |