diff --git a/docs/api.md b/docs/api.md index cff9eef..00c4de8 100644 --- a/docs/api.md +++ b/docs/api.md @@ -9,7 +9,7 @@ This document provides detailed information on how to use and implement the APIs 3. [API Sign Up](#api-sign-up) 4. [API Log In](#api-log-in) -## Sign Up (Recommended) +## Sign Up - Description: This API allows users to sign up for a new account through the browser. - Usage: To use this API, follow the steps below: 1. Step 1: Redirect the user to the sign-up page using the `/signup` route. @@ -23,7 +23,7 @@ This document provides detailed information on how to use and implement the APIs } ``` -## Log In (Recommended) +## Log In - Description: This API allows users to log in to their account through the browser. - Usage: To use this API, follow these steps: 1. Step 1: Redirect the user to the log-in page using the `/login` route.