Skip to content

Commit

Permalink
🔨 Chore: 인스턴스 재부팅으로 인한 IP 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
joowojr committed Jun 10, 2024
1 parent 88dd775 commit e2c03cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application-config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class KakaoPayRequest {


public static KakaoPayRequest toReadyRequest(Long paymentId, PaymentRequest.ChargeRequest chargeRequest) {
String MEETFOLIO_HOST = "http://34.64.35.232:9090";
String MEETFOLIO_HOST = "http://34.64.95.73:9090";
String KAKAO_PAY_READY_URL = "https://kapi.kakao.com/v1/payment/ready";

LinkedMultiValueMap<String, String> map = new LinkedMultiValueMap<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class CorsConfig implements WebMvcConfigurer {
@Override
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOrigins("http://34.64.35.232:60005", "http://www.meetfolio.kro.kr",
.allowedOrigins("http://34.64.95.73:60005", "http://www.meetfolio.kro.kr",
"http://localhost:3000")
.allowedMethods(
HttpMethod.GET.name(),
Expand Down

0 comments on commit e2c03cf

Please sign in to comment.