mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
h
This commit is contained in:
parent
726861294b
commit
aec828beb5
14 changed files with 421 additions and 25 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue