Sha256: f271a742fabdbdf7405c86595f4bed053ab3ff2ea6d8147c0c8418e44af10966
Contents?: true
Size: 275 Bytes
Versions: 4
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true Rails.application.routes.draw do defaults format: :json do scope ".well-known" do get "assetlinks", to: "well_knowns#assetlinks" get "apple-app-site-association", to: "well_knowns#apple_app_site_association" end end end
Version data entries
4 entries across 4 versions & 1 rubygems