File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/resources/static Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1 class="text-3xl font-bold mb-6 text-center">Contributors</h1>
27
27
< script >
28
28
29
29
async function fetchContributors ( ) {
30
- const response = await fetch ( '/api/contributors' ) ;
30
+ const response = await fetch ( '/api/v2/ contributors' ) ;
31
31
const contributors = await response . json ( ) ;
32
32
return contributors ;
33
33
}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ <h1 class="text-3xl font-bold mb-6 text-center">Good First Issues</h1>
50
50
51
51
52
52
async function fetchIssues ( ) {
53
- const response = await fetch ( '/api/good-first- issues' ) ;
53
+ const response = await fetch ( '/api/v2/ issues' ) ;
54
54
const issues = await response . json ( ) ;
55
55
return issues ;
56
56
}
You can’t perform that action at this time.
0 commit comments