또수정

This commit is contained in:
2025-09-09 06:15:34 +00:00
parent fd34eb370f
commit 94b34d5946
7 changed files with 415 additions and 18 deletions

View File

@@ -70,7 +70,9 @@ export default function Page() {
try {
const resp = await fetch('/api/channel/mycode', { cache: 'no-store' });
const data = await resp.json();
console.log('register_code:', data);
setRegisterCode(data.registerCode);
} catch (e) {
console.error('register_code 요청 에러:', e);
}