Skip to content

Commit

Permalink
log paths
Browse files Browse the repository at this point in the history
  • Loading branch information
raclim committed Dec 4, 2024
1 parent 7742fd6 commit 0ee25b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ app.use(
const rootPath = path.resolve(__dirname, '../public/.well-known');
const fileName = 'apple-developer-merchantid-domain-association';

console.log('rootPath: ', rootPath);
console.log('fileName: ', fileName);

res.setHeader('Content-Type', 'text/plain');

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

0 comments on commit 0ee25b9

Please sign in to comment.