Refactor network utils directory

Simplify the structure of the network utils directory for better maintainability.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 10:07:30 +00:00
parent 776d0442aa
commit c3ddd3b88f
5 changed files with 131 additions and 131 deletions

View File

@@ -1,5 +1,9 @@
// 네트워크 유틸리티 모듈
export { hasCorsIssue, handleHttpUrlWithoutProxy, logProxyInfo } from './corsUtils';
export { verifyServerConnection } from './basicConnectionCheck';
export { verifySupabaseConnection } from './enhancedConnectionCheck';
export {
hasCorsIssue,
handleHttpUrlWithoutProxy,
logProxyInfo,
verifyServerConnection,
verifySupabaseConnection
} from './networkUtils';