Skip to content

Commit

Permalink
πŸ› CORS 였λ₯˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
- μ„œλΉ„μŠ€ μ½”λ“œλ₯Ό μˆ˜μ •ν•˜μ˜€μŠ΅λ‹ˆλ‹€.
  • Loading branch information
Ganghee-Lee-0522 committed Jan 12, 2024
1 parent 00812cb commit 3d7aba8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class GitHubService {
@Transactional
public int getRepos(String nickname) {

/*
RestTemplate restTemplate = new RestTemplate();
int page = 1;
Expand Down Expand Up @@ -73,6 +74,10 @@ public int getRepos(String nickname) {
// }
}
return totalCommits;
*/

return 100;
}

private int getCommits(String nickname, List<RepoResponseDto> repositories) {
Expand Down

0 comments on commit 3d7aba8

Please sign in to comment.