Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Jun 5, 2024
1 parent 4835aa6 commit 192f955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,9 @@ application.server?.push({
},
});
application.server?.push({
pathname: new RegExp("^/feeds/(?<feedExternalId>[A-Za-z0-9]+)(?:$|/|\\.xml$)"),
pathname: new RegExp(
"^/feeds/(?<feedExternalId>[A-Za-z0-9]+)(?:$|/|\\.xml$)",
),
handler: (
request: serverTypes.Request<
{ feedExternalId: string },
Expand Down

0 comments on commit 192f955

Please sign in to comment.