Skip to content

Commit 4ad6fbf

Browse files
committed
fix: prevent HTTP 307 Temporary Redirect
1 parent 1487e7c commit 4ad6fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postman_collections/python-samples-fastapi-restful.postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"url": {
25-
"raw": "http://localhost:9000/players",
25+
"raw": "http://localhost:9000/players/",
2626
"protocol": "http",
2727
"host": ["localhost"],
2828
"port": "9000",
@@ -50,7 +50,7 @@
5050
}
5151
},
5252
"url": {
53-
"raw": "http://localhost:9000/players",
53+
"raw": "http://localhost:9000/players/",
5454
"protocol": "http",
5555
"host": ["localhost"],
5656
"port": "9000",

0 commit comments

Comments
 (0)