We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7a177 commit efa0779Copy full SHA for efa0779
client/src/components/StatsGenerator.jsx
@@ -150,7 +150,7 @@ export default function StatsGenerator({ setShowStats }) {
150
151
setLoading(true); // Start loading when fetching data
152
// Make an HTTP request to your backend
153
- axios.get(`https://backend-for-leetcode.onrender.com/${userName}`)
+ axios.get(`https://bakcen.onrender.com/${userName}`)
154
.then(response => {
155
// Set the received data in state
156
setUserData(response.data);
0 commit comments