(url: string)
| 273 | const LOCAL_STORAGE_KEY_V2 = "pd.devtool.endpoint.v2"; |
| 274 | |
| 275 | const sanitizeEndpoint = (url: string) => url.trim().replace(/\/+$/, ""); |
| 276 | |
| 277 | // Create apiclient instance with endpoint from storage or default |
| 278 | export const getEndpointFromStorage = () => { |
no outgoing calls
no test coverage detected