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 0bd9d99 commit 3612130Copy full SHA for 3612130
static/js/dashboard.js
@@ -1,5 +1,6 @@
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