summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-02-12 12:40:55 +0100
committerJames Lopez <james@jameslopez.es>2018-02-13 15:25:47 +0100
commit848f49801d2c45227c525fb5ecdf8b71e7711ded (patch)
tree9ab7e1387d74eb276423ec96490bcff0f2cd62eb /lib/api/api.rb
parentde3edb7178bd7df2f72ef403e57bfdf4e6f732df (diff)
downloadgitlab-ce-848f49801d2c45227c525fb5ecdf8b71e7711ded.tar.gz
add entity and update spec
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index e953f3d2eca..754549f72f0 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -138,6 +138,7 @@ module API
mount ::API::PagesDomains
mount ::API::Pipelines
mount ::API::PipelineSchedules
+ mount ::API::ProjectImport
mount ::API::ProjectHooks
mount ::API::Projects
mount ::API::ProjectMilestones