From be4cdece7b7fb50db78b8f34cda23d99f775dcf4 Mon Sep 17 00:00:00 2001 From: Yonathan Evan Christy Date: Tue, 26 Sep 2023 12:24:24 +0700 Subject: [PATCH] Add `/get-assistance/*` url to show Smart App Banner --- .well-known/apple-app-site-association | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association index c871764117ed..a9e2b0383691 100644 --- a/.well-known/apple-app-site-association +++ b/.well-known/apple-app-site-association @@ -68,6 +68,10 @@ "/": "/workspace/*", "comment": "Workspace Details" }, + { + "/": "/get-assistance/*", + "comment": "Get Assistance Pages" + }, { "/": "/teachersunite/*", "comment": "Teachers Unite!"