Skip to content

Commit 589d67c

Browse files
committed
Fix: typo
1 parent 039188f commit 589d67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎script.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ submitButton.addEventListener('click', (event) =>{
6868

6969
//get user data
7070
axios({
71-
url: `http://localhost:5100/data?username=${username}`,
71+
url: `https://activity-graph.herokuapp.com/data?username=${username}`,
7272
method: 'GET',
7373
})
7474
.then((contributionData)=>{

0 commit comments

Comments
(0)