diff options
author | Sean McGivern <sean@gitlab.com> | 2018-04-24 13:59:00 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2018-04-24 13:59:00 +0100 |
commit | 6a88ffb412430820e23f19c7c32049abe1a019c3 (patch) | |
tree | fc99c7049b7dc4be4ac2f24a38a78026476f3da9 /lib/api/api.rb | |
parent | db3774376aafbdea8db6840c88bd6d875cb9bac3 (diff) | |
parent | a544f6ec58ba5f9cfbff6b59b50bc92bc2274bdb (diff) | |
download | gitlab-ce-6a88ffb412430820e23f19c7c32049abe1a019c3.tar.gz |
Merge branch 'master' into matbaj/gitlab-ce-add-inherit-command
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 073471b4c4d..5139e869c71 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -154,6 +154,7 @@ module API mount ::API::ProjectHooks mount ::API::Projects mount ::API::ProjectMilestones + mount ::API::ProjectSnapshots mount ::API::ProjectSnippets mount ::API::ProtectedBranches mount ::API::Repositories |