InsuCompass / src /endpoint.ts
nagur-shareef-shaik's picture
Upload 7 files (#2)
bcce4a5 verified
raw
history blame contribute delete
189 Bytes
const BACKEND_URL = "https://nagur-shareef-shaik-insucompass-api.hf.space/api";
export const CHAT_ENDPOINT = `${BACKEND_URL}/chat`;
export const GEODATA_ENDPOINT = `${BACKEND_URL}/geodata`;