Skip to content

Commit 7e0ca91

Browse files
committed
fix port number in postman collection
1 parent 0845f2d commit 7e0ca91

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

postman_collections/stac-fastapi-elasticsearch.postman_collection.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"method": "GET",
1313
"header": [],
1414
"url": {
15-
"raw": "http://localhost:8083/",
15+
"raw": "http://localhost:8080/",
1616
"protocol": "http",
1717
"host": [
1818
"localhost"
1919
],
20-
"port": "8083",
20+
"port": "8080",
2121
"path": [
2222
""
2323
]
@@ -50,12 +50,12 @@
5050
"method": "DELETE",
5151
"header": [],
5252
"url": {
53-
"raw": "http://localhost:8083/collections/test-collection",
53+
"raw": "http://localhost:8080/collections/test-collection",
5454
"protocol": "http",
5555
"host": [
5656
"localhost"
5757
],
58-
"port": "8083",
58+
"port": "8080",
5959
"path": [
6060
"collections",
6161
"test-collection"
@@ -70,12 +70,12 @@
7070
"method": "DELETE",
7171
"header": [],
7272
"url": {
73-
"raw": "http://localhost:8083/collections/test-collection/items/test-item",
73+
"raw": "http://localhost:8080/collections/test-collection/items/test-item",
7474
"protocol": "http",
7575
"host": [
7676
"localhost"
7777
],
78-
"port": "8083",
78+
"port": "8080",
7979
"path": [
8080
"collections",
8181
"test-collection",

0 commit comments

Comments
 (0)