1
This commit is contained in:
9
prisma/interceptor.ts
Normal file
9
prisma/interceptor.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Network Interceptor
|
||||
*
|
||||
* Disabled: Direct SDK configuration is now used for custom base URLs.
|
||||
*/
|
||||
|
||||
export const setInterceptorUrl = (url: string | null) => {
|
||||
// No-op
|
||||
};
|
||||
Reference in New Issue
Block a user