mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
Merge branch 'master' into feature/go-backend
This commit is contained in:
commit
17807b9c8b
12 changed files with 52 additions and 27 deletions
|
@ -11,7 +11,6 @@ export const API = {
|
|||
MESSAGE_SEND: (username: string) => `/user/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