diff options
author | Phil Hughes <me@iamphill.com> | 2017-10-27 21:56:03 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-10-27 21:56:03 +0100 |
commit | 496c750e3f387624fd51a37954efe87ef6b465bd (patch) | |
tree | b94bd0e1b1e0e7ae179cd2cdb91aa194d7276eb2 /lib/api/api.rb | |
parent | 90b06afdeaa13fe14218a53c8afbc4802af53a27 (diff) | |
parent | dfd6c3f824ada5558546b809fd32468325788b94 (diff) | |
download | gitlab-ce-ph-multi-file-upload-file.tar.gz |
Merge branch 'master' into ph-multi-file-upload-fileph-multi-file-upload-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 99fcc59ba04..7db18e25a5f 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -131,6 +131,7 @@ module API mount ::API::Namespaces mount ::API::Notes mount ::API::NotificationSettings + mount ::API::PagesDomains mount ::API::Pipelines mount ::API::PipelineSchedules mount ::API::ProjectHooks |