Skip to content

Commit

Permalink
Merge pull request #98 from Financial-Times/content-classification-api
Browse files Browse the repository at this point in the history
Registering the content classification api service
  • Loading branch information
ifyio committed Apr 13, 2016
2 parents afeb0b4 + f3cc305 commit a68b068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/metrics/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ module.exports = {
's3-redshift': /^https:\/\/ft-next-redshift\.s3\.amazonaws\.com/,
'admantx-api': /^http:\/\/usasync01.admantx.com\/admantx\/service/,
'tag-facets-api': /^https?:\/\/tag-facets-api\.ft\.com/,
'anon-email-list-api': /https:\/\/anon-email-lists-eu-(prod|test)\.herokuapp\.com/
'anon-email-list-api': /https:\/\/anon-email-lists-eu-(prod|test)\.herokuapp\.com/,
'content-classification-api': /^https:\/\/content-classification-api\.ft\.com/
};

0 comments on commit a68b068

Please sign in to comment.