Skip to content

Commit bfc5a58

Browse files
committed
set absolute path
1 parent 391dbc5 commit bfc5a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.js

Lines changed: 1 addition & 1 deletion
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)