Skip to content

Commit cd88bcd

Browse files
authored
Merge pull request #3296 from processing/fundraiser/apple-pay
Update Apple Pay Setup
2 parents 0fd1302 + 5ce1130 commit cd88bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: server/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if (process.env.BASIC_USERNAME && process.env.BASIC_PASSWORD) {
130130
app.use(
131131
'/.well-known/apple-developer-merchantid-domain-association',
132132
(req, res, next) => {
133-
const filePath = path.join(
133+
const filePath = path.resolve(
134134
__dirname,
135135
'../public/.well-known/apple-developer-merchantid-domain-association'
136136
);

0 commit comments

Comments
 (0)