From 21a39dc390e86d51bbe353300dfec4c391a22322 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Tue, 16 Jan 2018 17:39:46 +0630 Subject: [PATCH] update route cable --- config/routes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ------------#