Skip to content

Commit e3630e1

Browse files
committed
:bugs: cors에 애플 추가
1 parent e910065 commit e3630e1

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/main/java/com/boggle_boggle/bbegok/config/properties/AppleProperties.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@
2828
@Component
2929
@ConfigurationProperties(prefix = "apple")
3030
public class AppleProperties {
31-
@Getter
32-
@Setter
33-
public static class Auth {
34-
private String tokenUrl;
35-
private String publicKeyUrl;
36-
}
3731

38-
private Auth auth = new Auth();
3932
private String teamId;
4033
private String keyId;
4134
private String keyPath;

src/main/resources/application.properties.templates

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ logging.level.com.boggle_boggle.bbegok=DEBUG
1717
bbaegok.root-domain=${ROOT_DOMAIN_NAME}
1818

1919
# cors
20-
cors.allowed-origins=https://localhost:5173,https://${ROOT_DOMAIN_NAME}
20+
cors.allowed-origins=https://localhost:5173,https://${ROOT_DOMAIN_NAME},https://appleid.apple.com
2121
cors.allowed-methods=GET,POST,PUT,PATCH,DELETE,OPTIONS
2222
cors.allowed-headers=*
2323
cors.allow-credentials=true

0 commit comments

Comments
 (0)