We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c49d65 commit b91f30bCopy full SHA for b91f30b
pages/performance.html
@@ -74,7 +74,7 @@ <h2 class="text-2xl font-bold mb-4">User Performance</h2>
74
const content = document.getElementById("tableContent");
75
76
// Fetch data from the API
77
- fetch('https://csa-ai.stu.nighthawkcodingsociety.com/api/performance/accountValue')
+ fetch('http://localhost:8017/api/performance/accountValue')
78
.then(response => response.json())
79
.then(data => {
80
data.forEach((user, index) => {
0 commit comments