@uniai-fe/ui-legacy 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
* "본 저작물은 기상청에서 'OO년'작성하여 공공누리 제1유형으로 개방한 '저작물명(작성자:OOO)'을 이용하였으며, 해당 저작물은 '기상청 API허브(apihub.kma.go.kr)에서 무료로 다운받으실 수 있습니다."
|
|
29
29
|
*/
|
|
30
30
|
|
|
31
|
-
const API_BASE = "https://apihub.kma.go.kr";
|
|
31
|
+
const API_BASE = "https://apihub.kma.go.kr/api";
|
|
32
32
|
/**
|
|
33
33
|
* 기상청 API; 날씨정보 URL
|
|
34
34
|
*/
|