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

@@ -4,5 +4,7 @@
export {
hasCorsIssue,
verifyServerConnection,
verifySupabaseConnection
} from './network';
verifySupabaseConnection,
handleHttpUrlWithoutProxy,
logProxyInfo
} from './network/networkUtils';