diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2018-01-17 20:41:50 +0100 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2018-01-24 13:33:23 +0100 |
commit | ab39504aa7c1963169f04e750b7a458db9d1e5ab (patch) | |
tree | 931d99cafad7c4914ed6d6c606a2aac2859c3068 /lib/api/api.rb | |
parent | 4dc42845f2ceadcff76a99908220e61610c5b608 (diff) | |
download | gitlab-ce-winh-api-feature-failure.tar.gz |
Add dummy API delete endpoint with feature specwinh-api-feature-failure
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index ae161efb358..38cc81d3168 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -147,6 +147,7 @@ module API mount ::API::Runners mount ::API::Services mount ::API::Settings + mount ::API::Something mount ::API::SidekiqMetrics mount ::API::Snippets mount ::API::Subscriptions |