1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

Merge branch 'master' into feature/go-backend

This commit is contained in:
Fedor Katurov 2020-07-08 18:48:09 +07:00
commit 77f7bc8af2
133 changed files with 14031 additions and 1801 deletions

View file

@ -30,4 +30,13 @@ export const API = {
`/node/${id}/comment/${comment_id}/lock`,
SET_CELL_VIEW: (id: INode['id']) => `/node/${id}/cell-view`,
},
SEARCH: {
NODES: '/search/nodes',
},
EMBED: {
YOUTUBE: '/embed/youtube',
},
BORIS: {
GET_BACKEND_STATS: '/stats',
},
};