Compare commits

..

No commits in common. "30061ab1678628df5ae4cc4f261c8aac7b9d7199" and "6dc2b8a037116a05935b67a2a77a4ddd12746e7f" have entirely different histories.

View File

@ -1,7 +1,7 @@
import getConfigs from './config.common'
// 환경마다 달라져야 할 변수, 값들을 정의합니다. (여기는 development 환경에 맞는 값을 지정합니다.)
const baseUrl = 'https://dev.hanasys.jp'
const baseUrl = 'https://dev.hanssys.jp'
const mode = 'development'
// 환경마다 달라져야 할 값들을 getConfig 함수에 전달합니다.