|
|
|
@ -67,15 +67,16 @@ RedmineApp::Application.routes.draw do
|
|
|
|
|
end
|
|
|
|
|
member do
|
|
|
|
|
match 'add_softapplication'
|
|
|
|
|
match 'update_contest' , via: [:put]
|
|
|
|
|
match 'show_contest' , via: :get
|
|
|
|
|
match 'show_project' , via: :get
|
|
|
|
|
match 'show_softapplication', via: :get
|
|
|
|
|
match 'show_participator' , via: :get
|
|
|
|
|
match 'add' , via: [:get, :post]
|
|
|
|
|
match 'add_softapplication' , via: [:get, :post]
|
|
|
|
|
match 'create' , via: :post
|
|
|
|
|
match 'settings' , via: [:get, :post]
|
|
|
|
|
match 'update_contest' , via: [:put]
|
|
|
|
|
match 'show_contest' , via: :get
|
|
|
|
|
match 'show_project' , via: :get
|
|
|
|
|
match 'show_softapplication' , via: :get
|
|
|
|
|
match 'show_attendingcontest' , via: :get
|
|
|
|
|
match 'show_participator' , via: :get
|
|
|
|
|
match 'add' , via: [:get, :post]
|
|
|
|
|
match 'add_softapplication' , via: [:get, :post]
|
|
|
|
|
match 'create' , via: :post
|
|
|
|
|
match 'settings' , via: [:get, :post]
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|