Fix wildcard route and use param style
This commit is contained in:
parent
b982a44abb
commit
134e840d23
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue