diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2017-02-14 23:52:02 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2017-02-16 01:16:41 +0100 |
commit | 618ce941647177b560fb3f5b677325bb964edae3 (patch) | |
tree | 580ef62f72af092ef8fec9ce6a216d4afe11a5a0 /lib/api/api.rb | |
parent | b05e75b8faccc50749adc63419074c91802a8f50 (diff) | |
download | gitlab-ce-618ce941647177b560fb3f5b677325bb964edae3.tar.gz |
Add Runner registration/deletion API
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 06346ae822a..6d7eb3eb84f 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -52,6 +52,7 @@ module API mount ::API::Branches mount ::API::BroadcastMessages mount ::API::Builds + mount ::API::Ci mount ::API::Commits mount ::API::CommitStatuses mount ::API::DeployKeys |