This commit is contained in:
derpystuff 2022-05-24 21:22:47 +02:00
parent 726861294b
commit aec828beb5
14 changed files with 421 additions and 25 deletions

View file

@ -8,6 +8,8 @@ const Hosts = Object.freeze({
const Api = Object.freeze({
HOST: Hosts.prod,
GOOGLE_VISION_OCR: '/google/vision/ocr',
SEARCH_LYRICS: '/search/lyrics',
SEARCH_GOOGLE: '/search/google',
@ -17,8 +19,9 @@ const Api = Object.freeze({
SEARCH_WOLFRAM_ALPHA: '/search/wolfram-alpha',
PHOTOFUNIA_YACHT: '/photofunia/yacht',
PHOTOFUNIA_RETRO_WAVE: '/photofunia/retro-wave',
INFERKIT: '/inferkit',
INFERKIT: '/utils/inferkit',
})
const Static = Object.freeze({