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 7a34783 commit 8c5a10bCopy full SHA for 8c5a10b
src/js/front.js
@@ -23,8 +23,7 @@ new Vue({
23
}
24
},
25
created: function() {
26
- // https://api.github.com/events
27
- this.$http.get('/data/events.json').then(response => {
+ this.$http.get('https://api.github.com/events').then(response => {
28
this.events = response.body;
29
});
30
0 commit comments