Added comments
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* Functions for communicating with the pillar server api
|
||||||
|
*/
|
||||||
export { thenMarkdownToHtml } from './markdown'
|
export { thenMarkdownToHtml } from './markdown'
|
||||||
export { thenGetProject } from './projects'
|
export { thenGetProject } from './projects'
|
||||||
export { thenGetNodes, thenGetNode, thenGetNodeActivities, thenUpdateNode, thenDeleteNode } from './nodes'
|
export { thenGetNodes, thenGetNode, thenGetNodeActivities, thenUpdateNode, thenDeleteNode } from './nodes'
|
||||||
|
@@ -1 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* Collecting Custom Pillar events here
|
||||||
|
*/
|
||||||
export {Nodes} from './Nodes'
|
export {Nodes} from './Nodes'
|
||||||
|
Reference in New Issue
Block a user