...
|
...
|
@@ -10,7 +10,7 @@ let configFile = ` |
|
|
"details": [
|
|
|
{
|
|
|
"appID": "6U82P566A4.com.yoho.buy",
|
|
|
"paths": [ "/universal_links/"]
|
|
|
"paths": [ "*"]
|
|
|
},
|
|
|
{
|
|
|
"appID": "EX33S4LRW7.com.yoho.buy",
|
...
|
...
|
@@ -22,7 +22,7 @@ let configFile = ` |
|
|
`;
|
|
|
|
|
|
const appSiteAssociation = (req, res) => {
|
|
|
res.set('Content-Disposition', 'attachment');
|
|
|
res.set('Content-Disposition', 'attachment; filename="apple-app-site-association"');
|
|
|
res.send(configFile);
|
|
|
};
|
|
|
|
...
|
...
|
|