Skip to content

Commit 9d80ea0

Browse files
committed
try jumping up a directory
1 parent 331fa66 commit 9d80ea0

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 rootPath = path.join(process.cwd(), 'public', '.well-known');
133+
const rootPath = path.join(process.cwd(), '/../public/.well-known');
134134
const fileName = 'apple-developer-merchantid-domain-association';
135135

136136
console.log('rootPath 3: ', rootPath);

0 commit comments

Comments
 (0)