api 분리

This commit is contained in:
focp212@naver.com
2025-09-16 13:40:23 +09:00
parent f2f8831724
commit e0c5ae67c6
47 changed files with 318 additions and 189 deletions

View File

@@ -90,6 +90,12 @@ export const HomePage = () => {
if(isOpen){
setAuthRegisterOn(true);
}
}).catch((e) => {
console.log('catch')
}).finally(() => {
console.log('finally')
setAuthRegisterOn(true);
});
};