InsuCompass / src /endpoint.ts
AnjanaNAshokan's picture
Upload 16 files
6b77ac2 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`;