update route cable
This commit is contained in:
@@ -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 ------------#
|
||||||
|
|||||||
Reference in New Issue
Block a user