Skip to content

Commit

Permalink
Merge pull request #716 from hackforla/BACK-PostmanUpdates
Browse files Browse the repository at this point in the history
updated postman environments with new urls
  • Loading branch information
jmensch1 authored Jun 26, 2020
2 parents cc284a9 + 820b336 commit 989fb2c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions server/postman/environments/311-dev.postman_environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "f04f9391-9e86-4200-a14f-aa6e63cc7a35",
"name": "311-dev",
"values": [
{
"key": "base_url",
"value": "https://dev-api.311-data.org",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2020-06-26T21:24:24.657Z",
"_postman_exported_using": "Postman/7.26.1"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "ccd48a8d-8c9b-4e5c-9202-8dc7e36ff821",
"id": "e2a8dfb0-eea4-4391-a042-a7ae4df38061",
"name": "311-local",
"values": [
{
Expand All @@ -9,6 +9,6 @@
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2020-06-10T23:01:03.804Z",
"_postman_exported_using": "Postman/7.25.0"
"_postman_exported_at": "2020-06-26T21:24:30.145Z",
"_postman_exported_using": "Postman/7.26.1"
}
8 changes: 4 additions & 4 deletions server/postman/environments/311-prod.postman_environment.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"id": "9657cc56-d833-48a6-b828-44e18eaeeff2",
"id": "ba306f87-9ede-45b0-910b-80dff9b05ed3",
"name": "311-prod",
"values": [
{
"key": "base_url",
"value": "https://hackforla-311.herokuapp.com",
"value": "https://api.311-data.org",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2020-06-11T19:20:31.123Z",
"_postman_exported_using": "Postman/7.25.0"
"_postman_exported_at": "2020-06-26T21:24:06.892Z",
"_postman_exported_using": "Postman/7.26.1"
}

0 comments on commit 989fb2c

Please sign in to comment.