From 6399146cce8b320d8a3546ab911b045f3cf2b728 Mon Sep 17 00:00:00 2001 From: Fabio <161820267+fabiomaienschein@users.noreply.github.com> Date: Wed, 23 Jul 2025 17:01:43 +0200 Subject: [PATCH] revert --- src/tools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools.ts b/src/tools.ts index 46ba0f3..98e67f2 100644 --- a/src/tools.ts +++ b/src/tools.ts @@ -26,7 +26,7 @@ export type EnvironmentResponse = components["schemas"]["EnvironmentResponse"]; export type ErrorResponse = components["schemas"]["ZodResponse"] | undefined; -const BASE_URL = "https://preview.octomind.dev/api"; +const BASE_URL = "https://app.octomind.dev/api"; const client = createClient({ baseUrl: BASE_URL });