Skip to content

Commit 0cc1be5

Browse files
authored
Merge pull request #106 from TaskarCenterAtUW/bugfix-1348
Domain name change request
2 parents 7b1c96f + d876a99 commit 0cc1be5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tdei-api-gateway-prod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"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.",
66
"contact": {
77
"name": "TDEI",
8-
"url": "https://transitequity.cs.washington.edu/",
9-
"email": "tdei@uw.edu"
8+
"url": "http://www.tdei.us/",
9+
"email": "admin@tdei.us"
1010
},
1111
"version": "v0.1"
1212
},
1313
"servers": [
1414
{
15-
"url": "https://tdei-gateway-prod.azurewebsites.net",
15+
"url": "https://api.tdei.us/",
1616
"description": "TDEI API Gateway"
1717
}
1818
],

tdei-api-gateway-stage.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"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.",
66
"contact": {
77
"name": "TDEI",
8-
"url": "https://transitequity.cs.washington.edu/",
9-
"email": "tdei@uw.edu"
8+
"url": "http://www.tdei.us/",
9+
"email": "admin@tdei.us"
1010
},
1111
"version": "v0.1"
1212
},
1313
"servers": [
1414
{
15-
"url": "https://tdei-gateway-stage.azurewebsites.net",
15+
"url": "https://api-stage.tdei.us/",
1616
"description": "TDEI API Gateway"
1717
}
1818
],

tdei-api-gateway.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"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.",
66
"contact": {
77
"name": "TDEI",
8-
"url": "https://transitequity.cs.washington.edu/",
9-
"email": "tdei@uw.edu"
8+
"url": "http://www.tdei.us/",
9+
"email": "admin@tdei.us"
1010
},
1111
"version": "v0.1"
1212
},
1313
"servers": [
1414
{
15-
"url": "https://tdei-api-dev.azurewebsites.net/",
15+
"url": "https://api-dev.tdei.us/",
1616
"description": "TDEI API Dev Gateway"
1717
}
1818
],

0 commit comments

Comments
 (0)