Fix route function description
This commit is contained in:
parent
a9fa55346c
commit
f66ee5cd7d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user