Skip to content

fix(scan_claim): use /claim-review/ path (was 404 /claim-scan/)#7

Merged
byteworthy merged 1 commit into
mainfrom
fix/scan-claim-endpoint-path
May 14, 2026
Merged

fix(scan_claim): use /claim-review/ path (was 404 /claim-scan/)#7
byteworthy merged 1 commit into
mainfrom
fix/scan-claim-endpoint-path

Conversation

@byteworthy
Copy link
Copy Markdown
Collaborator

Tool was calling /api/v1/public/claim-scan/ which 404s. Correct path is /claim-review/ (verified in Django at upstream/api/v1/public/claim_scanner.py:281).

Build + 9 tests pass.

🤖 Generated with Claude Code

Backend Django route is /api/v1/public/claim-review/ (verified at
upstream/api/v1/public/claim_scanner.py:281). The tool was calling
/claim-scan/ which 404s. Every scan_claim invocation has been
silently failing in production.

Verified: curl https://api.upstream.cx/api/v1/public/claim-scan/
returns 404; curl .../claim-review/ returns 405 (method not allowed
on GET — proves the route exists).

Build + 9 tests pass.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@byteworthy byteworthy merged commit e9981f3 into main May 14, 2026
7 checks passed
@byteworthy byteworthy deleted the fix/scan-claim-endpoint-path branch May 14, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant