Class: LinkIO::WellKnownController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- LinkIO::WellKnownController
- Defined in:
- app/controllers/linkio/well_known_controller.rb
Overview
Serves the domain verification files required by iOS and Android.
Instance Method Summary collapse
-
#apple_app_site_association ⇒ Object
GET /.well-known/apple-app-site-association.
-
#asset_links ⇒ Object
GET /.well-known/assetlinks.json.
Instance Method Details
#apple_app_site_association ⇒ Object
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 |
#asset_links ⇒ Object
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 |