aboutsummaryrefslogtreecommitdiff
path: root/src/web/views/icon.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/views/icon.py')
-rw-r--r--src/web/views/icon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/views/icon.py b/src/web/views/icon.py
index 895b4740..64e54cab 100644
--- a/src/web/views/icon.py
+++ b/src/web/views/icon.py
@@ -5,6 +5,7 @@ from web.lib.view_utils import etag_match
icon_bp = Blueprint('icon', __name__, url_prefix='/icon')
+
@icon_bp.route('/', methods=['GET'])
@etag_match
def icon():
bgstack15