We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d634f31 commit 16c908fCopy full SHA for 16c908f
1 file changed
README.md
@@ -67,4 +67,6 @@ Access the following ports from localhost to access their respective services
67
68
### Api Reference
69
70
-`/api/`: Hello world!
+- `/api/`: Hello world!
71
+- `/users/`: `GET`, `POST` users
72
+- `/users/{id}`: `GET`, `PUT` specific user details
0 commit comments