Refactor network utils directory
Simplify the structure of the network utils directory for better maintainability.
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
export {
|
||||
hasCorsIssue,
|
||||
verifyServerConnection,
|
||||
verifySupabaseConnection
|
||||
} from './network';
|
||||
verifySupabaseConnection,
|
||||
handleHttpUrlWithoutProxy,
|
||||
logProxyInfo
|
||||
} from './network/networkUtils';
|
||||
|
||||
Reference in New Issue
Block a user