Skip to content

Commit 15f2986

Browse files
committed
backend uploaded + connected
1 parent 6cbbf6f commit 15f2986

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
@@ -115,7 +115,7 @@ export default function StatsGenerator({ setShowStats }) {
115115
}
116116
setLoading(true); // Start loading when fetching data
117117
// Make an HTTP request to your backend
118-
axios.get(`http://localhost:8000/${userName}`)
118+
axios.get(`https://bakcen.onrender.com/${userName}`)
119119
.then(response => {
120120
// Set the received data in state
121121
setUserData(response.data);

0 commit comments

Comments
 (0)