Merge branch 'adminbsb_ui_changes' of bitbucket.org:code2lab/sxrestaurant
This commit is contained in:
@@ -22,7 +22,7 @@ class Api::SoundEffectController < Api::ApiController
|
||||
end
|
||||
ActionCable.server.broadcast "sound_effect_channel",data: {status: params[:status], message: params[:message]},shop_code: shop_code,from:from,audio:audio
|
||||
else
|
||||
render :json => { :status => true, :message => "Something wrongs!" }
|
||||
render :json => { :status => false, :message => "Something wrongs!" }
|
||||
end
|
||||
end
|
||||
#sound effect / alarm api for doemal side calling
|
||||
|
||||
Reference in New Issue
Block a user