@@ -10,8 +10,4 @@ export default class NodeShutdownCommand extends NodeCommandBase {
protected reqUrl(): string {
return '/api/v1/shutdown'
}
-
- protected reqBody(): Record<string, unknown> {
- return {}
- }
@@ -10,8 +10,4 @@ export default class NodeStartPublicApiCommand extends NodeCommandBase {
return '/api/v1/start-api'
@@ -10,8 +10,4 @@ export default class NodeStopPublicApiCommand extends NodeCommandBase {
return '/api/v1/stop-api'