diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-08-17 10:09:42 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-08-18 16:56:39 +0200 |
commit | de7b8e51b8b7b5bfaa72ee62a4eb08497cf69b4b (patch) | |
tree | 06009695cc0888c2bf7e5cf112f241031fcd3206 /lib/api/api.rb | |
parent | ac73de508e21af95b473bfafc2ca2543b234430d (diff) | |
download | gitlab-ce-de7b8e51b8b7b5bfaa72ee62a4eb08497cf69b4b.tar.gz |
Add endpoints for pipelines
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 d43af3f24e9..d9261c97908 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -56,6 +56,7 @@ module API mount ::API::Milestones mount ::API::Namespaces mount ::API::Notes + mount ::API::Pipelines mount ::API::ProjectHooks mount ::API::ProjectSnippets mount ::API::Projects |