diff --git a/tdei-api-gateway-prod.json b/tdei-api-gateway-prod.json index 099cce8..0ecc460 100644 --- a/tdei-api-gateway-prod.json +++ b/tdei-api-gateway-prod.json @@ -5,14 +5,14 @@ "description": "This is an API for interacting with the Transportation Data Equity Initiative (TDEI) data system. It is intended for applications producing data to and consuming data from the TDEI system. It currently supports GTFS-Pathways, GTFS-Flex v2 and OpenSidewalks v0.2 data schemas.", "contact": { "name": "TDEI", - "url": "https://transitequity.cs.washington.edu/", - "email": "tdei@uw.edu" + "url": "http://www.tdei.us/", + "email": "admin@tdei.us" }, "version": "v0.1" }, "servers": [ { - "url": "https://tdei-gateway-prod.azurewebsites.net", + "url": "https://api.tdei.us/", "description": "TDEI API Gateway" } ], diff --git a/tdei-api-gateway-stage.json b/tdei-api-gateway-stage.json index 0685b13..513c6a2 100644 --- a/tdei-api-gateway-stage.json +++ b/tdei-api-gateway-stage.json @@ -5,14 +5,14 @@ "description": "This is an API for interacting with the Transportation Data Equity Initiative (TDEI) data system. It is intended for applications producing data to and consuming data from the TDEI system. It currently supports GTFS-Pathways, GTFS-Flex v2 and OpenSidewalks v0.2 data schemas.", "contact": { "name": "TDEI", - "url": "https://transitequity.cs.washington.edu/", - "email": "tdei@uw.edu" + "url": "http://www.tdei.us/", + "email": "admin@tdei.us" }, "version": "v0.1" }, "servers": [ { - "url": "https://tdei-gateway-stage.azurewebsites.net", + "url": "https://api-stage.tdei.us/", "description": "TDEI API Gateway" } ], diff --git a/tdei-api-gateway.json b/tdei-api-gateway.json index c8e7c4d..90a4d55 100644 --- a/tdei-api-gateway.json +++ b/tdei-api-gateway.json @@ -5,14 +5,14 @@ "description": "This is an API for interacting with the Transportation Data Equity Initiative (TDEI) system. It is intended for applications submitting data to and consuming data from the TDEI system. We currently support GTFS-Pathways, GTFS-Flex and OpenSidewalks (OSW) data schemas.", "contact": { "name": "TDEI", - "url": "https://transitequity.cs.washington.edu/", - "email": "tdei@uw.edu" + "url": "http://www.tdei.us/", + "email": "admin@tdei.us" }, "version": "v0.1" }, "servers": [ { - "url": "https://tdei-api-dev.azurewebsites.net/", + "url": "https://api-dev.tdei.us/", "description": "TDEI API Dev Gateway" } ],