Files
zellyy-finance/src/utils/auth/networkUtils.ts
gpt-engineer-app[bot] c3ddd3b88f Refactor network utils directory
Simplify the structure of the network utils directory for better maintainability.
2025-03-16 10:07:30 +00:00

11 lines
308 B
TypeScript

// 이 파일은 이전 버전과의 호환성을 위해 유지됩니다.
// 새 코드에서는 utils/auth/network 모듈을 직접 사용하세요.
export {
hasCorsIssue,
verifyServerConnection,
verifySupabaseConnection,
handleHttpUrlWithoutProxy,
logProxyInfo
} from './network/networkUtils';