We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7742fd6 commit 0ee25b9Copy full SHA for 0ee25b9
server/server.js
@@ -133,6 +133,9 @@ app.use(
133
const rootPath = path.resolve(__dirname, '../public/.well-known');
134
const fileName = 'apple-developer-merchantid-domain-association';
135
136
+ console.log('rootPath: ', rootPath);
137
+ console.log('fileName: ', fileName);
138
+
139
res.setHeader('Content-Type', 'text/plain');
140
141
res.sendFile(fileName, { root: rootPath }, (err) => {
0 commit comments