From 6b6f33bde658b913b07a8534b35db95cd3d32fb7 Mon Sep 17 00:00:00 2001 From: Luca Beurer-Kellner Date: Fri, 4 Apr 2025 10:38:14 +0200 Subject: [PATCH] fix: don't hardcode preview --- gateway/integrations/explorer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gateway/integrations/explorer.py b/gateway/integrations/explorer.py index 5cb3671..fed63c2 100644 --- a/gateway/integrations/explorer.py +++ b/gateway/integrations/explorer.py @@ -65,7 +65,6 @@ def create_annotations_from_guardrails_errors( def get_explorer_api_url() -> str: - return "https://preview-explorer.invariantlabs.ai" return os.getenv("INVARIANT_API_URL", DEFAULT_API_URL)