We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f11ecd commit 98c83e0Copy full SHA for 98c83e0
README.md
@@ -47,8 +47,8 @@ Open http://localhost:3000/ with your browser to see the result.
47
48
- List user* get: http://localhost:3000/user
49
- 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)
+- Update user* put: http://localhost:3000/user/1 (params: id) (body: name, email, password)
+- Delete user* delete: http://localhost:3000/user/1 (params: id)
52
53
#### Swagger
54
`http://localhost:3000/swagger`
0 commit comments