now can choose which topics to bag in the control pannel
This commit is contained in:
3
backend/js/Node.js
Normal file
3
backend/js/Node.js
Normal file
@@ -0,0 +1,3 @@
|
||||
function Node (name) {
|
||||
this.name = name;
|
||||
}
|
||||
Reference in New Issue
Block a user