This commit is contained in:
2024-07-04 03:49:03 +05:30
parent e0ef61d643
commit 0b86e17ee3

View File

@@ -9,7 +9,7 @@ This document provides detailed information on how to use and implement the APIs
3. [API Sign Up](#api-sign-up) 3. [API Sign Up](#api-sign-up)
4. [API Log In](#api-log-in) 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. - Description: This API allows users to sign up for a new account through the browser.
- Usage: To use this API, follow the steps below: - Usage: To use this API, follow the steps below:
1. Step 1: Redirect the user to the sign-up page using the `/signup` route. 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. - Description: This API allows users to log in to their account through the browser.
- Usage: To use this API, follow these steps: - Usage: To use this API, follow these steps:
1. Step 1: Redirect the user to the log-in page using the `/login` route. 1. Step 1: Redirect the user to the log-in page using the `/login` route.