Commit 134e840d authored by Shinya Maeda's avatar Shinya Maeda

Fix wildcard route and use param style

parent b982a44a
......@@ -193,7 +193,7 @@ constraints(ProjectUrlConstrainer.new) do
get :status, format: :json
scope :applications do
post '/*application', to: 'clusters/applications#create', as: :install_applications
post '/:application', to: 'clusters/applications#create', as: :install_applications
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment