remove comment

This commit is contained in:
Emily 2020-10-30 07:42:31 +11:00
parent 19fc7ceb58
commit 7f7b01c61d

View file

@ -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"}'
}
};