This commit is contained in:
2026-03-31 15:01:29 -04:00
parent d94268f2b9
commit d7293f2747
-1
View File
@@ -540,7 +540,6 @@ def kb_upload_image():
# ── File-serve route (images embedded in articles + attachment downloads) ─────
@admin_bp.route('/kb/files/<string:stored_name>')
@login_required
def kb_serve_file(stored_name):
"""Serve a KB attachment file. Login required — no public access.