Improve sign-in API handling

Improve sign-in API handling to ensure successful login.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 15:33:30 +00:00
parent 44b4e456dd
commit 03fcc7175c
3 changed files with 22 additions and 33 deletions

View File

@@ -50,7 +50,7 @@ export const getSupabaseUrl = () => {
}
// 기본값 사용 (환경 변수 대신)
return 'http://a11.ism.kr:8000';
return 'http://a11.ism.kr';
};
export const getSupabaseKey = () => {