Fix route function description

This commit is contained in:
Parker M. 2024-11-08 14:40:28 -06:00
parent a9fa55346c
commit f66ee5cd7d
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -137,7 +137,7 @@ async def delete_single_log(
db=Depends(get_db), 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() link = link.upper()
# Get the link and check the owner # Get the link and check the owner