From f66ee5cd7dc31ac936d7b0a7aa45c92857612022 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 8 Nov 2024 14:40:28 -0600 Subject: [PATCH] Fix route function description --- app/routes/links_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/links_routes.py b/app/routes/links_routes.py index 984ccd8..1599c82 100644 --- a/app/routes/links_routes.py +++ b/app/routes/links_routes.py @@ -137,7 +137,7 @@ async def delete_single_log( db=Depends(get_db), ): """ - Delete all of the IP logs associated with a link + Delete the specified log associated with a link """ link = link.upper() # Get the link and check the owner