Skip to content

Commit 7e3feb4

Browse files
Dennis Braunclaude
andcommitted
Fix NameError: use require_auth instead of _require_auth on /api/complaint
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e459189 commit 7e3feb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def api_report():
568568

569569

570570
@app.route("/api/complaint")
571-
@_require_auth
571+
@require_auth
572572
def api_complaint():
573573
"""Generate ISP complaint letter as text."""
574574
from .report import generate_complaint_text

0 commit comments

Comments
 (0)