chore: remove hardcoded production domain references
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user