Răsfoiți Sursa

chore(exam-sprint): 更新报告演示脚本默认端口

金逸霄 2 săptămâni în urmă
părinte
comite
dc2bf4cb9a

+ 1 - 1
ability-center-runtime/scripts/achievement-report-demo.sh

@@ -2,7 +2,7 @@
 
 set -euo pipefail
 
-BASE_URL="${BASE_URL:-http://localhost:8080}"
+BASE_URL="${BASE_URL:-http://localhost:8500}"
 ENDPOINT="${BASE_URL%/}/api/exam-sprint/achievement-reports"
 RESPONSE_BODY="$(mktemp)"
 

+ 1 - 1
ability-center-runtime/scripts/outlook-report-demo.sh

@@ -2,7 +2,7 @@
 
 set -euo pipefail
 
-BASE_URL="${BASE_URL:-http://localhost:8080}"
+BASE_URL="${BASE_URL:-http://localhost:8500}"
 ENDPOINT="${BASE_URL%/}/api/exam-sprint/outlook-reports"
 RESPONSE_BODY="$(mktemp)"