ft-next-express
Advanced tools
Comparing version 15.3.5 to 15.3.6
{ | ||
"name": "ft-next-express", | ||
"version": "15.3.5", | ||
"version": "15.3.6", | ||
"main": "main.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -81,3 +81,5 @@ 'use strict'; | ||
's3o': /https:\/\/s3o.ft.com/, | ||
'graphql-api': /^https?:\/\/next-graphql-api\.ft\.com/ | ||
'graphql-api': /^https?:\/\/next-graphql-api\.ft\.com/, | ||
//Used for next-article healthcheck | ||
'session-user-data': /^https:\/\/session-user-data.webservices.ft.com/ | ||
}; | ||
@@ -84,0 +86,0 @@ |
45558
913