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 e6195ba commit a593a43Copy full SHA for a593a43
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://bakcen.onrender.com/${userName}`)
+ axios.get(`https://leetcode-backend-druvkotwani.vercel.app/${userName}`)
154
.then(response => {
155
// Set the received data in state
156
setUserData(response.data);
0 commit comments