Skip to content

Commit de2dd8a

Browse files
fix(agent): default endpoint uses www to avoid 307 redirect on POST
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 74fbd39 commit de2dd8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _load_config_file() -> None:
143143

144144
# ── API Configuration ─────────────────────────────────────────────────────────
145145

146-
API_ENDPOINT = os.getenv("ALUMINATAI_API_ENDPOINT", "https://aluminatiai.com/v1/metrics/ingest")
146+
API_ENDPOINT = os.getenv("ALUMINATAI_API_ENDPOINT", "https://www.aluminatiai.com/v1/metrics/ingest")
147147
API_KEY = os.getenv("ALUMINATAI_API_KEY", "")
148148

149149
# ── Upload Configuration ──────────────────────────────────────────────────────

0 commit comments

Comments
 (0)