UNPKG

fbz

Version:

Fork of the OpenBazaar 2.0 browser-based client.

5 lines 242 B
// urls export const GATEWAY_URL = 'https://gateway.ob1.io/ob/'; export const SEARCH_BASE = 'https://search.ob1.io/'; export const SEARCH_URL = `${SEARCH_BASE}listings/search`; export const SEARCH_RANDOM_URL = `${SEARCH_BASE}listings/random`;