Refactor networkUtils.ts
The file src/utils/auth/networkUtils.ts was too long, so it has been refactored into smaller files.
This commit is contained in:
5
src/utils/auth/network/index.ts
Normal file
5
src/utils/auth/network/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
// 네트워크 유틸리티 모듈
|
||||
export { hasCorsIssue, handleHttpUrlWithoutProxy, logProxyInfo } from './corsUtils';
|
||||
export { verifyServerConnection } from './basicConnectionCheck';
|
||||
export { verifySupabaseConnection } from './enhancedConnectionCheck';
|
||||
Reference in New Issue
Block a user