Skip to content

Commit 997df33

Browse files
committed
Remove local api fetch from dashboard.js
1 parent e22ff06 commit 997df33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/js/dashboard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Fetch source data for charts from Django REST API
22
fetch('https://django-issue-tracker-1.herokuapp.com/tickets/api/tickets')
3-
// fetch('http://localhost:8000/tickets/api/tickets')
43
.then((response) => {
54
return response.json();
65
})

0 commit comments

Comments
 (0)