Added comments
This commit is contained in:
parent
119900337d
commit
1b96c6e37e
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user