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 e22ff06 commit 997df33Copy full SHA for 997df33
static/js/dashboard.js
@@ -1,6 +1,5 @@
1
// Fetch source data for charts from Django REST API
2
fetch('https://django-issue-tracker-1.herokuapp.com/tickets/api/tickets')
3
- // fetch('http://localhost:8000/tickets/api/tickets')
4
.then((response) => {
5
return response.json();
6
})
0 commit comments