UNPKG

@memori.ai/memori-api-client

Version:

React library to integrate a Memori in your app or website

9 lines 403 B
export const getBackendApiUrl = (hostname) => hostname ? new URL(hostname.startsWith('http') ? hostname : `https://${hostname}`) .origin : 'https://backend.memori.ai'; export const getEngineApiUrl = (hostname) => hostname ? new URL(hostname.startsWith('http') ? hostname : `https://${hostname}`) .origin : 'https://engine.memori.ai'; //# sourceMappingURL=getApiUrl.js.map