diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-08-03 11:32:29 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-08-03 11:32:29 +0300 |
commit | 9a5f40878c6d71e7fd4858f7fa1d948af6c371ae (patch) | |
tree | 735676b8ebfcfdfd8c3f2052fd3bce63ef00c517 /lib/api/api.rb | |
parent | 159998a460be6ca1ea5efd135a5c3aefeab2d9b6 (diff) | |
download | gitlab-ce-9a5f40878c6d71e7fd4858f7fa1d948af6c371ae.tar.gz |
Add API to list merge request diff versions
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 bd16806892b..9d8f297191f 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -67,5 +67,6 @@ module API mount ::API::Triggers mount ::API::Users mount ::API::Variables + mount ::API::MergeRequestDiffs end end |