diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-06 14:39:22 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-07 12:50:47 +0100 |
commit | 9ebb112d96e5d2a3580dba4b8e6b6c8f0b98d1fd (patch) | |
tree | 2b8350fdc93be65627b0d5d4f715a7089bbb7351 /lib/api/api.rb | |
parent | 412ab17d3f2033c6cc602c79be56476d186f124d (diff) | |
download | gitlab-ce-remove-deploy-key-endpoint.tar.gz |
Remove /projects/:id/keys/.. endpointsremove-deploy-key-endpoint
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 1950d2791ab..5948b80cd89 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -5,6 +5,7 @@ module API version %w(v3 v4), using: :path version 'v3', using: :path do + mount ::API::V3::DeployKeys mount ::API::V3::Issues mount ::API::V3::MergeRequests mount ::API::V3::Projects |