修改默认端口为16026

This commit is contained in:
2026-07-07 13:20:52 +08:00
parent fc43e6e806
commit ef4d26f11b
10 changed files with 155 additions and 28 deletions

View File

@@ -7,7 +7,7 @@ import requests
import json
import sys
API_URL = "http://localhost:16025"
API_URL = "http://localhost:16026"
def test_health():