Skip to content

Commit

Permalink
Merge pull request #563 from Financial-Times/update-offer-api
Browse files Browse the repository at this point in the history
Update offer-api
  • Loading branch information
andygout authored Jun 7, 2024
2 parents 5d0146e + 273fcc0 commit a87d0a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/metrics/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@ module.exports = {
'next-session-lambda': /https?:\/\/[^\.]+.execute-api\.eu-west-1\.amazonaws\.com/,
'next-syn-list': /^https?:\/\/www\.ft\.com\/syndication/,
'n-ui-assets': /ft-next-n-ui-prod(-us)?\.s3-website-(eu-west|us-east)-1\.amazonaws\.com\/__assets\/n-ui/,
'offer-api': /^https:\/\/(beta-)?api\.ft\.com\/offers\/[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}/,
'offer-api-test': /^https:\/\/(beta-)?api-t\.ft\.com\/offers\/[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}/,
'offer-api': /^https:\/\/api\.ft\.com\/membership\/offers\/v2/,
'offers-by-country-code-api': /^https:\/\/api\.ft\.com\/subs\/query\/api\/offers-by-country-code/,
'old-live-blog-images': /^https?:\/\/e9b042pk7f\.execute-api\.eu-west-1\.amazonaws\.com\/prod\/images/,
'old-live-blog-posts': /^https?:\/\/e9b042pk7f\.execute-api\.eu-west-1\.amazonaws\.com\/prod\/posts-[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}\.json/,
Expand Down

0 comments on commit a87d0a0

Please sign in to comment.