10 lines
181 B
TypeScript
10 lines
181 B
TypeScript
/**
|
|
* Network Interceptor
|
|
*
|
|
* Disabled: Direct SDK configuration is now used for custom base URLs.
|
|
*/
|
|
|
|
export const setInterceptorUrl = (url: string | null) => {
|
|
// No-op
|
|
};
|