Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CYHFREDA authored Oct 15, 2024
1 parent 5bfe66c commit dd7d7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function runBusinessLogic(input) {
}

// 使用完整的 URL
const apiUrl = 'http://nginx/api/'; // 確保這是正確的 URL
const apiUrl = 'http://nginx/api/records'; // 確保這是正確的 URL

// 從 API 獲取測試數據
axios.get(apiUrl)
Expand Down

0 comments on commit dd7d7c4

Please sign in to comment.