initial telegram bot
This commit is contained in:
@@ -114,6 +114,10 @@ Rails.application.routes.draw do
|
||||
get "ib-cookies", to: "global_states#ib_cookies"
|
||||
get "ib-cookies/edit", to: "global_states#edit_ib_cookies"
|
||||
patch "ib-cookies", to: "global_states#update_ib_cookies"
|
||||
|
||||
get "telegram-config", to: "global_states#telegram_config"
|
||||
get "telegram-config/edit", to: "global_states#edit_telegram_config"
|
||||
patch "telegram-config", to: "global_states#update_telegram_config"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user