open TV script

This commit is contained in:
phyusin
2018-09-14 10:15:05 +06:30
parent 57adb09162
commit 9ac2044337
3 changed files with 32 additions and 5 deletions

View File

@@ -537,6 +537,8 @@ scope "(:locale)", locale: /en|mm/ do
get '/get_printer_options/:printer_name' => 'print_settings#get_printer_options'
resources :commissioners
post '/run_teamviewer' => 'home#run_teamviewer', :defaults => { :format => 'json' }
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end
end