또수정
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user