Skip to content

Commit 98c83e0

Browse files
committed
update
1 parent 1f11ecd commit 98c83e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Open http://localhost:3000/ with your browser to see the result.
4747

4848
- List user* get: http://localhost:3000/user
4949
- By ID user* get: http://localhost:3000/user/1 (params: id)
50-
- Update user* get: http://localhost:3000/user/1 (params: id) (body: name, email, password)
51-
- Delete user* post: http://localhost:3000/user/1 (params: id)
50+
- Update user* put: http://localhost:3000/user/1 (params: id) (body: name, email, password)
51+
- Delete user* delete: http://localhost:3000/user/1 (params: id)
5252

5353
#### Swagger
5454
`http://localhost:3000/swagger`

0 commit comments

Comments
 (0)