Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AppleAppController < ApplicationController
|
||||
def site_association
|
||||
site_association_json = render_to_string action: 'site_association', layout: false
|
||||
send_data site_association_json, filename: 'apple-app-site-association', type: 'application/json'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user