Update Daum/Kakao postcode API URL #2672

This commit is contained in:
Kijin Sung 2026-02-07 21:10:34 +09:00
parent 0e013367a0
commit 4339d01a75
4 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
<!--// 다음 우편번호 API -->
<!--// 다음/카카오 우편번호 API -->
<!--// https://github.com/daumPostcode/QnA -->
<!--// HEADER -->
<load target="//t1.kakaocdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js" />
<load target="./css/default.css" />
<load target="http://t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js" cond="!\RX_SSL" />
<load target="https://t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js" cond="\RX_SSL" />
<load target="./js/daumapi.js" />
<!--// BODY -->