更新
This commit is contained in:
@@ -40,7 +40,7 @@ function runDnsQuery() {
|
||||
showQueryLoading();
|
||||
|
||||
// 更新API路径,使用完整路径
|
||||
apiRequest('/query', 'GET', { domain: domain })
|
||||
apiRequest('/api/query', 'GET', { domain: domain })
|
||||
.then(data => {
|
||||
// 处理可能的不同响应格式
|
||||
renderQueryResult(data);
|
||||
|
||||
Reference in New Issue
Block a user