mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
node liking
This commit is contained in:
parent
34e449dd15
commit
fea0a37457
4 changed files with 64 additions and 3 deletions
|
@ -14,5 +14,6 @@ export const API = {
|
|||
|
||||
COMMENT: (id: INode['id']) => `/node/${id}/comment`,
|
||||
UPDATE_TAGS: (id: INode['id']) => `/node/${id}/tags`,
|
||||
POST_LIKE: (id: INode['id']) => `/node/${id}/like`,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue