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 039188f commit 589d67cCopy full SHA for 589d67c
script.js
@@ -68,7 +68,7 @@ submitButton.addEventListener('click', (event) =>{
68
69
//get user data
70
axios({
71
-url: `http://localhost:5100/data?username=${username}`,
+url: `https://activity-graph.herokuapp.com/data?username=${username}`,
72
method: 'GET',
73
})
74
.then((contributionData)=>{
0 commit comments