Skip to content

Commit efa0779

Browse files
committed
backend link updated
1 parent 2b7a177 commit efa0779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/StatsGenerator.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default function StatsGenerator({ setShowStats }) {
150150

151151
setLoading(true); // Start loading when fetching data
152152
// Make an HTTP request to your backend
153-
axios.get(`https://backend-for-leetcode.onrender.com/${userName}`)
153+
axios.get(`https://bakcen.onrender.com/${userName}`)
154154
.then(response => {
155155
// Set the received data in state
156156
setUserData(response.data);

0 commit comments

Comments
 (0)