Commit f2e72d5
docs(spec): correct SPEC-022 summary route; note SPEC-014 lazy-import is not a bug
SPEC-022 listed /api/v1/threat-intel/summary, which has no implementation and no
UI consumer; the real aggregate route is /feeds/summary -- corrected the spec
rather than build a dead endpoint. SPEC-014's verify_api_key lazy-import from
apps.api.app is correct (the app is always loaded before requests; the None
fallback only affects isolated tests and is fail-closed) -- left unchanged.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 422845e commit f2e72d5
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
| 565 | + | |
| 566 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments