Compare commits

..

No commits in common. "2c475ddbdd7e5f347ffb192fbd8cee0d2bb6c1b9" and "63930d096670d53057263338dc40b9314d0fe31c" have entirely different histories.

View File

@ -136,6 +136,11 @@ export default function MainPage() {
<ChangePasswordPop setChagePasswordPopOpen={setChagePasswordPopOpen} />
</>
)}
{Config().mode}
<br />
{Config().baseUrl}
<br />
{process.env.NEXT_PUBLIC_API_HOST_URL}
</>
)
}