UNPKG
fbz
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
Fork of the OpenBazaar 2.0 browser-based client.
localhost
Mentors4EDU/FBZ
fbz
/
src
/
util
/
constants.js
5 lines
•
242 B
JavaScript
View Raw
1
2
3
4
5
// 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`
;