Skip to content
Snippets Groups Projects
Commit 134e840d authored by Shinya Maeda's avatar Shinya Maeda
Browse files

Fix wildcard route and use param style

parent b982a44a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment