remove comment
This commit is contained in:
parent
19fc7ceb58
commit
7f7b01c61d
1 changed files with 0 additions and 1 deletions
|
@ -28,6 +28,5 @@ module.exports = class {
|
|||
body: JSON.stringify({ 'signal': 'restart' }),
|
||||
headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${client.config.server}` }
|
||||
});
|
||||
//-H 'Authorization: Bearer <snip>' -H "Content-Type: application/json" -d '{"signal": "restart"}'
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue