From 3613f9030e626cc6ad9f556ba6b4578f411fc7d0 Mon Sep 17 00:00:00 2001 From: berkay Date: Wed, 9 Apr 2025 17:45:15 +0300 Subject: [PATCH] updated route sites available --- ApiServices/AuthService/endpoints/auth/route.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ApiServices/AuthService/endpoints/auth/route.py b/ApiServices/AuthService/endpoints/auth/route.py index 04ed1e0..02bc817 100644 --- a/ApiServices/AuthService/endpoints/auth/route.py +++ b/ApiServices/AuthService/endpoints/auth/route.py @@ -388,8 +388,8 @@ def authentication_password_verify_otp( @auth_route.post( path="/page/valid", - summary="Verify if page is valid returns application avaliable", - description="Verify if page is valid returns application avaliable", + summary="Verify if page is valid returns application available", + description="Verify if page is valid returns application available", ) def authentication_page_valid( request: Request, @@ -435,8 +435,8 @@ def authentication_page_valid( @auth_route.get( path="/sites/list", - summary="Verify if page is valid returns application avaliable", - description="Verify if page is valid returns application avaliable", + summary="Lists all sites that are available for user", + description="Lists all sites that are available for user", ) def authentication_page_valid( request: Request,