fix error
This commit is contained in:
parent
b7dd80449d
commit
783ba59965
|
@ -11,7 +11,7 @@ Rails.application.routes.draw do
|
|||
get "/xhr/ticket/types", to: 'admin/tickets_api#tickettypes'
|
||||
delete "/xhr/ticket/:ticket_id", to: 'admin/tickets_api#destroy'
|
||||
namespace :admin do
|
||||
scope "tickets-manage", :controller => 'official_module' do
|
||||
scope "tickets-manage", :controller => 'tickets',as: 'tickets' do
|
||||
get "search"
|
||||
post "submit_response"
|
||||
delete "delete_response"
|
||||
|
|
Loading…
Reference in New Issue