Skip to content

Commit 8c5a10b

Browse files
committed
Load recent users form API
1 parent 7a34783 commit 8c5a10b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/js/front.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ new Vue({
2323
}
2424
},
2525
created: function() {
26-
// https://api.github.com/events
27-
this.$http.get('/data/events.json').then(response => {
26+
this.$http.get('https://api.github.com/events').then(response => {
2827
this.events = response.body;
2928
});
3029
}

0 commit comments

Comments
 (0)