mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-08-15 13:30:24 +02:00
Correct header name before calling explorer to fetch guardrails.
This commit is contained in:
@@ -111,7 +111,7 @@ async def fetch_guardrails_from_explorer(
|
||||
client = httpx.AsyncClient(
|
||||
base_url=os.getenv("INVARIANT_API_URL", DEFAULT_API_URL).rstrip("/"),
|
||||
headers={
|
||||
"Invariant-Authorization": invariant_authorization,
|
||||
"Authorization": invariant_authorization,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user