diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-09-06 11:20:12 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-09-06 11:20:12 +0200 |
commit | 80b3dcc777c72ee1853b4228baf6310ccd5e44d8 (patch) | |
tree | e0adc2e6d8ebcca785df28438b30a37566f595a5 /lib/api/api.rb | |
parent | d4154ef30f52b30054e8e5d9bbf172d8700e8049 (diff) | |
download | gitlab-ce-80b3dcc777c72ee1853b4228baf6310ccd5e44d8.tar.gz |
Extract job artifacts API code to a separate file
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 94df543853b..1405a5d0f0e 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -108,6 +108,7 @@ module API mount ::API::Internal mount ::API::Issues mount ::API::Jobs + mount ::API::JobArtifacts mount ::API::Keys mount ::API::Labels mount ::API::Lint |