Merge branch 'hotfix/1.0.1' into develop

This commit is contained in:
Sojan
2020-01-09 12:01:07 +05:30
3 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
class Api::V1::Widget::MessagesController < ActionController::Base
skip_before_action :verify_authenticity_token
before_action :set_conversation, only: [:create]
def index