mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
updated readme
This commit is contained in:
parent
02ebc3932e
commit
c56a5275c2
2 changed files with 13 additions and 12 deletions
|
@ -11,7 +11,6 @@ export const API = {
|
|||
MESSAGE_SEND: (username: string) => `/user/${username}/messages`,
|
||||
GET_UPDATES: '/user/updates',
|
||||
REQUEST_CODE: (code?: string) => `/user/restore/${code || ''}`,
|
||||
|
||||
UPLOAD: (target, type) => `/upload/${target}/${type}`,
|
||||
},
|
||||
NODE: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue