Added comments

This commit is contained in:
Tobias Johansson 2019-03-29 16:15:57 +01:00
parent 119900337d
commit 1b96c6e37e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/**
* Functions for communicating with the pillar server api
*/
export { thenMarkdownToHtml } from './markdown'
export { thenGetProject } from './projects'
export { thenGetNodes, thenGetNode, thenGetNodeActivities, thenUpdateNode, thenDeleteNode } from './nodes'

View File

@ -1 +1,4 @@
/**
* Collecting Custom Pillar events here
*/
export {Nodes} from './Nodes'