Skip to content

Commit

Permalink
Merge pull request #524 from Financial-Times/HIVE-1465-add-regex-for-…
Browse files Browse the repository at this point in the history
…live-events-api-in-next-metrics-fix

fix in regex for live events api
  • Loading branch information
rowanmanning authored Aug 10, 2023
2 parents 4dd4728 + 48f0a89 commit 9ce002a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/metrics/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ module.exports = {
'lantern': /^https?:\/\/api-lantern\.ft\.com\/.*/,
'licence-seat-holders': /^https?:\/\/api\.ft\.com\/licence-seat-holders\/.*/,
'lighthouse': /^https:\/\/api\.ft\.com\/lighthouse\/.*/,
'live-events-api':/^https:\/\/api\.ft\.com\/live-events\/.*/,
'live-events-api-test':/^https:\/\/api-t\.ft\.com\/live-events\/.*/,
'live-events-api':/^https:\/\/api\.ft\.com\/live-events.*/,
'live-events-api-test':/^https:\/\/api-t\.ft\.com\/live-events.*/,
'livefyre': /https?\:\/\/ft\.bootstrap\.fyre\.co/,
'login-api-ft': /^https:\/\/(beta-)?api\.ft\.com\/login/,
'login-api-ft-test': /^https:\/\/(beta-)?api-t\.ft\.com\/login/,
Expand Down

0 comments on commit 9ce002a

Please sign in to comment.