Skip to content

Commit 15e94ee

Browse files
authored
Update GithubRepos.vue
1 parent 6dbc4f8 commit 15e94ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GithubRepos.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
.then(res => (this.colors = res.data));
4242
},
4343
getRepos() {
44-
axios.get("https://api.github.com/users/22940dev/repos").then(res => {
44+
axios.get("https://api.github.com/users/uvacoder/repos").then(res => {
4545
this.repos = res.data
4646
.filter(repo => !repo.fork)
4747
.sort(

0 commit comments

Comments
 (0)