mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
node api
This commit is contained in:
parent
cad4e683bc
commit
a662256221
4 changed files with 27 additions and 3 deletions
|
@ -5,4 +5,7 @@ export const API = {
|
|||
ME: '/auth/me', //
|
||||
UPLOAD: (target, type) => `/upload/${target}/${type}`,
|
||||
},
|
||||
NODE: {
|
||||
SAVE: '/node/',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue