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 14:14:15 +0100 |
commit | 67f5522d2ebbb9c34b8b3f14a63d4a5bab982036 (patch) | |
tree | a2bca6313b4fedbfa4f7e3c09988f94c4bf93f7e /lib/api/api.rb | |
parent | f97d7769e0c70b0d4cda376d03939e2aa78d2c0e (diff) | |
download | gitlab-ce-67f5522d2ebbb9c34b8b3f14a63d4a5bab982036.tar.gz |
Remove /projects/:id/keys/.. endpoints
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 1b008b527bc..eb9792680ff 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 |