1
0
mirror of synced 2025-10-29 18:39:18 +00:00

endpoint/update with secret & co

This commit is contained in:
Valentin PUCCETTI
2023-09-11 22:21:34 +02:00
parent 6ad785f480
commit 7c6c82f47b
12 changed files with 107 additions and 22 deletions

View File

@@ -101,11 +101,6 @@ async function groupServerList(groupName) {
return result
};
groupServerList('group1').then(
(result) => {
console.log(result)
}
)
module.exports = {
addGroup,
delGroup,