Skip to content

Commit 0ee25b9

Browse files
committed
log paths
1 parent 7742fd6 commit 0ee25b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/server.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ app.use(
133133
const rootPath = path.resolve(__dirname, '../public/.well-known');
134134
const fileName = 'apple-developer-merchantid-domain-association';
135135

136+
console.log('rootPath: ', rootPath);
137+
console.log('fileName: ', fileName);
138+
136139
res.setHeader('Content-Type', 'text/plain');
137140

138141
res.sendFile(fileName, { root: rootPath }, (err) => {

0 commit comments

Comments
 (0)