Cosmetic changes
This commit is contained in:
parent
f4db481273
commit
412684356c
|
@ -155,9 +155,9 @@ def add() -> Response:
|
|||
|
||||
@slinky_webapp.route('/_/list', methods=['GET', 'POST'])
|
||||
@protect
|
||||
def lister() -> str:
|
||||
def lister() -> Response:
|
||||
"""
|
||||
Create and add a new shorturl
|
||||
List the shortcodes, URLs, etc.
|
||||
|
||||
Returns:
|
||||
str: shortcode for the URL
|
||||
|
|
Loading…
Reference in a new issue