Skip to content

Commit 17a418a

Browse files
committed
Update v1.0.3
1 parent 71e9ebf commit 17a418a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ NODE_ENV=production npm start
4646
- GET : Read (Content-Type -> application/json)
4747
- DELETE : Delete (Content-Type -> application/json)
4848
- POST : Create , Read (Content-Type -> application/json, BODY - raw data)
49-
- PUT : Update , Create (Content-Type -> application/json, BODY - raw data)
49+
- PUT : Create , Update (Content-Type -> application/json, BODY - raw data)
5050
![Image](./public/readmeImage/example_post_body.png)
5151
- if you add postfix '.json' to api url, the 'Content-Type' will be changed to 'application/json'
5252

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonapitestserver",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"scripts": {
66
"start": "node ./bin/www"

0 commit comments

Comments
 (0)