We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f5ea6 commit b20b520Copy full SHA for b20b520
bin/release
@@ -6,6 +6,4 @@ echo 'Release Phase...'
6
7
bundle exec rails db:migrate
8
9
-bundle exec rake telegram:bot:set_webhook RAILS_ENV=production
10
-
11
echo 'Release Phase: OK'
config/routes.rb
@@ -1,6 +1,6 @@
1
Rails.application.routes.draw do
2
devise_for :admin_users, ActiveAdmin::Devise.config
3
- telegram_webhook Telegram::WebhookController
+
4
ActiveAdmin.routes(self)
5
namespace :api, defaults: { format: :json } do
namespace :internal do
0 commit comments