mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
periodical fetching updates
This commit is contained in:
parent
32a2a0567e
commit
6c1f8967e8
8 changed files with 52 additions and 3 deletions
|
@ -9,6 +9,8 @@ export const API = {
|
|||
PROFILE: (username: string) => `/user/${username}/profile`,
|
||||
MESSAGES: (username: string) => `/user/${username}/messages`,
|
||||
MESSAGE_SEND: (username: string) => `/user/${username}/messages`,
|
||||
GET_UPDATES: '/user/updates',
|
||||
|
||||
UPLOAD: (target, type) => `/upload/${target}/${type}`,
|
||||
},
|
||||
NODE: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue