chore: remove hardcoded production domain references

This commit is contained in:
237899745
2026-02-27 15:27:45 +08:00
parent 5d5ddf0679
commit a74753123a
4 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
BASE_URL="${1:-https://zc.workyai.cn}"
BASE_URL="${1:-http://127.0.0.1:8787}"
require_ok() {
local json="$1"