1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

loading node

This commit is contained in:
muerwre 2019-08-25 17:04:13 +07:00
parent da9ac62584
commit a0272f5baa
4 changed files with 28 additions and 5 deletions

View file

@ -8,5 +8,6 @@ export const API = {
NODE: {
SAVE: '/node/',
GET: '/node/',
GET_NODE: (id: number | string) => `/node/${id}`,
},
};