Skip to content

Commit a593a43

Browse files
committed
backedn url changed
1 parent e6195ba commit a593a43

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://bakcen.onrender.com/${userName}`)
153+
axios.get(`https://leetcode-backend-druvkotwani.vercel.app/${userName}`)
154154
.then(response => {
155155
// Set the received data in state
156156
setUserData(response.data);

0 commit comments

Comments
 (0)