43
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user