Add in bash script to call API

This commit is contained in:
2025-08-12 06:55:46 +01:00
parent 471075ee30
commit 826c6aca07

View File

@@ -21,7 +21,7 @@
set -euo pipefail
# Default values
API_URL="http://localhost:8000"
API_URL="https://mojofmt.bjsystems.co.uk"
API_TOKEN=""
REMOVE_EMPTY=false
INPUT_FILE=""