Delete nodes.js

This commit is contained in:
Hirzi
2021-07-20 19:32:32 +07:00
committed by GitHub
parent 5962ad9588
commit 69588dbb7d

View File

@@ -1,23 +0,0 @@
let nodelist = [
{
id: 'Server ID',
name: 'Example Server 1',
nameid: 'Node1',
nodeid: '1'
},
{
id: 'Server ID',
name: 'Example Server 2',
nameid: 'Node2',
nodeid: '2'
},
//Add more code like bellow to the nodeslist array after comma and before ']' if you want to add more nodes
//{
// id: 'Server ID',
// name: 'Example Server 3',
// nameid: 'Node3',
// nodeid: '1'
//},
]
module.exports = nodelist;