Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2017-11-03 18:40:13 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2017-11-03 18:40:13 +0300
commitc0299ce49406302a26e7fd16ec272bca19715afb (patch)
tree483c6a7e22ee486b5ceb9d14a5b04d546875d50c /config/routes
parente6616e0468deaf1e37ddddc9332cc3e677567410 (diff)
Add Projects::Clusters::ApplicationsController tests
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index ee252ee2466..a1e429e6c20 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -192,7 +192,7 @@ constraints(ProjectUrlConstrainer.new) do
get :status, format: :json
scope :applications do
- post '/*application', to: 'clusters/applications#create'
+ post '/*application', to: 'clusters/applications#create', as: :install_applications
end
end
end