Skip to content

Commit

Permalink
Update path in Postman Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
br3nt0n committed Mar 24, 2019
1 parent 487ed56 commit 15dfa28
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Postman Collection/Node JS Demo.postman_collection.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "5bd80a36-21c9-49f3-b9e2-9cf4b2813025",
"_postman_id": "d3b8a1eb-190e-4ce4-8464-8bff105a1165",
"name": "Node JS Demo",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
Expand Down Expand Up @@ -73,20 +73,14 @@
"raw": ""
},
"url": {
"raw": "localhost:3000/uploads/upload?file_name=example_image",
"raw": "localhost:3000/uploads/example_image",
"host": [
"localhost"
],
"port": "3000",
"path": [
"uploads",
"upload"
],
"query": [
{
"key": "file_name",
"value": "example_image"
}
"example_image"
]
}
},
Expand Down

0 comments on commit 15dfa28

Please sign in to comment.