InsuCompass / src /endpoint.ts
AnjanaNAshokan's picture
Upload 7 files
3e0e348 verified
raw
history blame
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`;