fix error

This commit is contained in:
BOYA,CHIU 2021-07-15 19:31:26 +08:00
parent b7dd80449d
commit 783ba59965
1 changed files with 1 additions and 1 deletions

View File

@ -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"