1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-07-13 03:38:28 +07:00

fetchimg video infos

This commit is contained in:
Fedor Katurov 2020-04-19 11:55:27 +07:00
parent 1056f0ff72
commit c74ab01927
9 changed files with 60 additions and 13 deletions
src/constants

View file

@ -33,4 +33,7 @@ export const API = {
SEARCH: {
NODES: '/search/nodes',
},
EMBED: {
YOUTUBE: '/embed/youtube',
},
};