Class: LinkIO::WellKnownController

Inherits:
ApplicationController show all
Defined in:
app/controllers/linkio/well_known_controller.rb

Overview

Serves the domain verification files required by iOS and Android.

Instance Method Summary collapse

Instance Method Details

#apple_app_site_associationObject

GET /.well-known/apple-app-site-association



7
8
9
# File 'app/controllers/linkio/well_known_controller.rb', line 7

def apple_app_site_association
  render json: linkio_client.apple_app_site_association
end

GET /.well-known/assetlinks.json



12
13
14
# File 'app/controllers/linkio/well_known_controller.rb', line 12

def asset_links
  render json: linkio_client.asset_links
end