diff options
author | Parker <contact@pkrm.dev> | 2024-11-08 14:40:28 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-08 14:40:28 -0600 |
commit | f66ee5cd7dc31ac936d7b0a7aa45c92857612022 (patch) | |
tree | c8800148da021d24e915415573d4462e169a3550 /app | |
parent | a9fa55346c74981ff8d7c435cad123efb8a15c72 (diff) |
Fix route function description
Diffstat (limited to 'app')
-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 |