fixed doubly typed route
This commit is contained in:
parent
7e9d1dbf84
commit
3d8b32d90b
1 changed files with 0 additions and 1 deletions
|
|
@ -165,7 +165,6 @@ Osem::Application.routes.draw do
|
||||||
member do
|
member do
|
||||||
get :registrations
|
get :registrations
|
||||||
patch '/withdraw' => 'proposals#withdraw'
|
patch '/withdraw' => 'proposals#withdraw'
|
||||||
get :registrations
|
|
||||||
patch '/confirm' => 'proposals#confirm'
|
patch '/confirm' => 'proposals#confirm'
|
||||||
patch '/restart' => 'proposals#restart'
|
patch '/restart' => 'proposals#restart'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue