From 0b86e17ee3d28ef81f47157b62d42deeee1fd2de Mon Sep 17 00:00:00 2001 From: libexi01 Date: Thu, 4 Jul 2024 03:49:03 +0530 Subject: [PATCH] 43 --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.