update route cable

This commit is contained in:
Aung Myo
2018-01-16 17:39:46 +06:30
parent 82c8ef3f60
commit 21a39dc390

View File

@@ -7,9 +7,9 @@ scope "(:locale)", locale: /en|mm/ do
mount Sidekiq::Web => '/kiq' mount Sidekiq::Web => '/kiq'
# Action Cable Creation # Action Cable Creation
if ENV["SERVER_MODE"] != "cloud" # if ENV["SERVER_MODE"] != "cloud"
mount ActionCable.server => "/cable" mount ActionCable.server => "/cable"
end # end
#--------- SmartSales Activation ------------# #--------- SmartSales Activation ------------#