diff --git a/config/routes.rb b/config/routes.rb index 7fe033a0..73f37207 100755 --- a/config/routes.rb +++ b/config/routes.rb @@ -7,9 +7,9 @@ scope "(:locale)", locale: /en|mm/ do mount Sidekiq::Web => '/kiq' # Action Cable Creation - if ENV["SERVER_MODE"] != "cloud" + # if ENV["SERVER_MODE"] != "cloud" mount ActionCable.server => "/cable" - end + # end #--------- SmartSales Activation ------------#