Skip to content

Commit 8f64e12

Browse files
committed
fix post, to put
1 parent 90b999f commit 8f64e12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java-springboot-final/postman/web-store.postman_collection.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
}
6666
],
6767
"request": {
68-
"method": "POST",
68+
"method": "PUT",
6969
"header": [],
7070
"body": {
7171
"mode": "raw",
@@ -107,7 +107,7 @@
107107
}
108108
],
109109
"request": {
110-
"method": "POST",
110+
"method": "PUT",
111111
"header": [],
112112
"body": {
113113
"mode": "raw",
@@ -844,4 +844,4 @@
844844
"type": "string"
845845
}
846846
]
847-
}
847+
}

0 commit comments

Comments
 (0)