UNPKG

@watone/wt-cli

Version:

watone tools

6 lines 139 B
export default class NodeService { getTreeNodes () { return fetch('/api/notes/tree').then(res => res.json()) .then(d => d); } }