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'])
|
@slinky_webapp.route('/_/list', methods=['GET', 'POST'])
|
||||||
@protect
|
@protect
|
||||||
def lister() -> str:
|
def lister() -> Response:
|
||||||
"""
|
"""
|
||||||
Create and add a new shorturl
|
List the shortcodes, URLs, etc.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
str: shortcode for the URL
|
str: shortcode for the URL
|
||||||
|
|
Loading…
Reference in a new issue