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 391dbc5 commit bfc5a58Copy full SHA for bfc5a58
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