chore: Universal Linking for Android (#2324)

* android assetlinks.json config

* try renaming html to json

* update env example

* chore: fix styling

* chore: styling part 2

* test: add spec for android assetlinks

* minor fixes

* minor fixes

* remove android sha256 value from env example

* add default sh256 value

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Ani Ravi
2021-06-02 08:46:45 -07:00
committed by GitHub
parent b0b4d9d6f5
commit 49be9e21c3
5 changed files with 32 additions and 0 deletions

View File

@@ -232,6 +232,7 @@ Rails.application.routes.draw do
# ----------------------------------------------------------------------
# Routes for external service verifications
get 'apple-app-site-association' => 'apple_app#site_association'
get '.well-known/assetlinks.json' => 'android_app#assetlinks'
# ----------------------------------------------------------------------
# Internal Monitoring Routes