Skip to content

Commit b91f30b

Browse files
committed
change link back
1 parent 1c49d65 commit b91f30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/performance.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2 class="text-2xl font-bold mb-4">User Performance</h2>
7474
const content = document.getElementById("tableContent");
7575

7676
// Fetch data from the API
77-
fetch('https://csa-ai.stu.nighthawkcodingsociety.com/api/performance/accountValue')
77+
fetch('http://localhost:8017/api/performance/accountValue')
7878
.then(response => response.json())
7979
.then(data => {
8080
data.forEach((user, index) => {

0 commit comments

Comments
 (0)