Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit faa4b92

Browse files
authored
Update apple-app-site-association
1 parent b8e32f0 commit faa4b92

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/.well-known/apple-app-site-association

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88
],
99
"paths": [
1010
"*"
11+
"dropbox-auth"
1112
],
1213
"components": [
1314
{
1415
"/": "/*"
15-
}
16+
},
17+
{
18+
"/":"/dropbox-auth/*"
19+
},
1620
]
1721
}
1822
]
@@ -23,3 +27,5 @@
2327
]
2428
}
2529
}
30+
31+

0 commit comments

Comments
 (0)