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 89a81d8 commit 41b10f9Copy full SHA for 41b10f9
server/server.js
@@ -130,7 +130,7 @@ if (process.env.BASIC_USERNAME && process.env.BASIC_PASSWORD) {
130
app.use(
131
'/.well-known/apple-developer-merchantid-domain-association',
132
(req, res, next) => {
133
- const filePath = path.join(
+ const filePath = path.resolve(
134
__dirname,
135
'../public/.well-known/apple-developer-merchantid-domain-association'
136
);
0 commit comments