From 7d8181b2c05152082ea83f91fe8ca241c787266b Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Fri, 27 Feb 2026 16:55:28 -0600 Subject: [PATCH] Signed-off-by: OpenClaw Bot --- scripts/gantt.sh | 2 +- scripts/lib/api_client.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gantt.sh b/scripts/gantt.sh index de771cb..df2d79f 100755 --- a/scripts/gantt.sh +++ b/scripts/gantt.sh @@ -8,7 +8,7 @@ set -e # Configuration SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" PROJECT_ROOT="$(dirname "$SCRIPT_DIR")" -API_URL="${API_URL:-https://gantt-board.vercel.app/api}" +API_URL="${API_URL:-https://gantt-board.twisteddevices.com/api}" COOKIE_FILE="${GANTT_COOKIE_FILE:-$HOME/.config/gantt-board/cookies.txt}" # Colors for output diff --git a/scripts/lib/api_client.sh b/scripts/lib/api_client.sh index 8223b5f..5caa6b6 100755 --- a/scripts/lib/api_client.sh +++ b/scripts/lib/api_client.sh @@ -1,6 +1,6 @@ #!/bin/bash -API_URL="${API_URL:-https://gantt-board.vercel.app/api}" +API_URL="${API_URL:-https://gantt-board.twisteddevices.com/api}" COOKIE_FILE="${GANTT_COOKIE_FILE:-$HOME/.config/gantt-board/cookies.txt}" ensure_cookie_store() {