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() {