Chore: Apple site association file for deep linking (#805)

This commit is contained in:
Sojan Jose
2020-05-03 12:16:11 +05:30
committed by GitHub
parent db6e3fb43e
commit ba1e0dbda0
6 changed files with 35 additions and 9 deletions

View File

@@ -154,6 +154,10 @@ Rails.application.routes.draw do
# Routes for testing
resources :widget_tests, only: [:index] unless Rails.env.production?
# ----------------------------------------------------------------------
# Routes for external service verifications
get 'apple-app-site-association' => 'apple_app#site_association'
# ----------------------------------------------------------------------
# Internal Monitoring Routes
require 'sidekiq/web'