UNPKG

@memori.ai/memori-api-client

Version:

React library to integrate a Memori in your app or website

12 lines (10 loc) 389 B
export const getBackendApiUrl = (hostname?: string) => hostname ? new URL(hostname.startsWith('http') ? hostname : `https://${hostname}`) .origin : 'https://backend.memori.ai'; export const getEngineApiUrl = (hostname?: string) => hostname ? new URL(hostname.startsWith('http') ? hostname : `https://${hostname}`) .origin : 'https://engine.memori.ai';