diff options
author | Travis Miller <travis@travismiller.com> | 2017-08-21 18:59:54 -0500 |
---|---|---|
committer | Travis Miller <travis@travismiller.com> | 2017-10-22 08:04:43 -0500 |
commit | 8d1ab256bfc9dc0af5aefbb86b1a4b96c4d7c12d (patch) | |
tree | 0327290b40e9cfca9f0ef7e92c5b985def9b7acd /lib/api/api.rb | |
parent | bcccf6c1619ecd56bbcc515c4a8f057ba34d0ab9 (diff) | |
download | gitlab-ce-8d1ab256bfc9dc0af5aefbb86b1a4b96c4d7c12d.tar.gz |
Add pages domains API implementation
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 |