From 412684356c3205f9e13856ecd34cf2cc6633f6fd Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 28 Dec 2021 18:14:05 +0000 Subject: [PATCH] Cosmetic changes --- slinky/web.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slinky/web.py b/slinky/web.py index 944ac78..437b0f7 100644 --- a/slinky/web.py +++ b/slinky/web.py @@ -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