context detemrinistic + randomized searches and fix for setup from stella-ops.local rather 127.1.0.*
This commit is contained in:
@@ -147,10 +147,10 @@ Validation endpoints:
|
||||
|
||||
```bash
|
||||
# Aggregated OpenAPI
|
||||
curl -k https://127.1.0.1/openapi.json
|
||||
curl -k https://stella-ops.local/openapi.json
|
||||
|
||||
# Timeline API schema (through router-gateway)
|
||||
curl -k https://127.1.0.1/openapi.json | jq '.paths["/api/v1/timeline"]'
|
||||
curl -k https://stella-ops.local/openapi.json | jq '.paths["/api/v1/timeline"]'
|
||||
|
||||
# Header search routing smoke (fails on missing /api/v1/search* or /api/v1/advisory-ai/search* routes)
|
||||
pwsh ./scripts/header-search-smoke.ps1
|
||||
|
||||
Reference in New Issue
Block a user