diff options
author | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-08-09 13:11:09 +0200 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-08-09 13:11:09 +0200 |
commit | f7a636c9285d1861e6b759c018c4dadc31f3244b (patch) | |
tree | 4a924ecdfc053293245a6b9888fe7b6c53a266b2 /lib/api/api.rb | |
parent | 932a6e69b882334dd7e8fdf158ebbab4c620a2b5 (diff) | |
download | gitlab-ce-zj-triggers-cleanup.tar.gz |
Cleanup around use of Triggerszj-triggers-cleanup
Now that the internals have changed for a while, and %10.0 is the next
release, we remove it.
Closes #35623
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 94df543853b..3b82dc516b0 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -42,7 +42,6 @@ module API mount ::API::V3::Tags mount ::API::V3::Templates mount ::API::V3::Todos - mount ::API::V3::Triggers mount ::API::V3::Users mount ::API::V3::Variables end |