Skip to content

Commit

Permalink
Also replace the {?auth} on the atom:link
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Sep 11, 2023
1 parent cb2a505 commit 7d20f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/apps/feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ Resources:
const body = data.replace(
/<enclosure url="([^"]+)"/g,
`<enclosure url="$1?auth=${auth}"`,
);
).replace(/{\?auth}"/g, `?auth=${auth}"`);
const headers = {
'Content-Type': resp.headers['content-type'],
'Cache-Control': `public, max-age=300`,
Expand Down

0 comments on commit 7d20f48

Please sign in to comment.