diff options
Diffstat (limited to 'app/routes')
-rw-r--r-- | app/routes/links_routes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |