Skip to content

Commit

Permalink
Get 1000 repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanonepa committed Mar 15, 2017
1 parent 1b76b0b commit e4b7f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
},
created () {
// Getting the list of epfl-dojo repositories
this.$http.get('https://api.github.com/orgs/epfl-dojo/repos')
this.$http.get('https://api.github.com/orgs/epfl-dojo/repos?per_page=1000')
.then((response) => {
// TODO: oops, only 30 repos are retrived.
this.dojoRepos = response.data.sort((a, b) => {
Expand Down

0 comments on commit e4b7f70

Please sign in to comment.