修改默认端口为16026
This commit is contained in:
@@ -7,7 +7,7 @@ import requests
|
||||
import json
|
||||
import sys
|
||||
|
||||
API_URL = "http://localhost:16025"
|
||||
API_URL = "http://localhost:16026"
|
||||
|
||||
|
||||
def test_health():
|
||||
|
||||
Reference in New Issue
Block a user