1
0
Fork 0
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:
Fedor Katurov 2020-07-23 18:10:51 +07:00
commit 17807b9c8b
12 changed files with 52 additions and 27 deletions

View file

@ -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: {