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:
commit
77f7bc8af2
133 changed files with 14031 additions and 1801 deletions
|
@ -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',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue