Skip to content

Commit

Permalink
Remove trailing slash from ip-voltdb-api
Browse files Browse the repository at this point in the history
This isn't really needed and some services are calling it
without the slash.
  • Loading branch information
alexmuller committed Sep 29, 2023
1 parent 26c8a65 commit d31610e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metrics/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ module.exports = {
'insights-api': /^https:\/\/insights-api\.ft\.com\/v1\/aggregations.*/,
'insights-api-gateway': /^https:\/\/api.ft.com\/snr\/v1\/insights\/aggregations\/[\w\-]+/,
'insights-api-recommended-newsletters': /^https:\/\/api.ft.com\/snr\/v1\/insights\/recommended-newsletters\/[\w\-]+/,
'ip-voltdb-api': /^https?:\/\/voltdb-api-(us|eu|eu-test|global).in.ft.com\//,
'ip-voltdb-api': /^https?:\/\/voltdb-api-(us|eu|eu-test|global).in.ft.com/,
'kat': /^https?:\/\/kat\.ft\.com\/api\//,
'keen': /^https?:\/\/api\.keen\.io/,
'keen-proxy': /https:\/\/keen-proxy\.ft\.com\//,
Expand Down

0 comments on commit d31610e

Please sign in to comment.