Skip to content

Commit

Permalink
⚡️ fix: FeignClient url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Apr 16, 2024
1 parent 6aa9a9c commit bf1be17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;

@FeignClient(name = "apple-public-key-client", url = "https://appleid.apple.com/auth")
@FeignClient(name = "apple-public-verify-client", url = "https://appleid.apple.com/auth")
public interface AppleClient {

@GetMapping("/keys")
Expand Down

0 comments on commit bf1be17

Please sign in to comment.