diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2017-02-16 01:30:46 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2017-02-16 01:30:46 +0100 |
commit | e25f26e5503a5aa07f5cfc436e10b92254185f9a (patch) | |
tree | d0c93d14bba4c8caa86a8c6af57acdab3c2c54a4 /lib/api/api.rb | |
parent | 22c983d7a0219e48856800405aec7d9b930fc9a1 (diff) | |
download | gitlab-ce-e25f26e5503a5aa07f5cfc436e10b92254185f9a.tar.gz |
Rename API::Ci to API::Runnerfeature/runners-v4-api
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 6d7eb3eb84f..016b9572649 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -52,7 +52,6 @@ module API mount ::API::Branches mount ::API::BroadcastMessages mount ::API::Builds - mount ::API::Ci mount ::API::Commits mount ::API::CommitStatuses mount ::API::DeployKeys @@ -77,6 +76,7 @@ module API mount ::API::Projects mount ::API::ProjectSnippets mount ::API::Repositories + mount ::API::Runner mount ::API::Runners mount ::API::Services mount ::API::Session |