diff --git a/plugins/webapi-spammer/plugin.go b/plugins/webapi-spammer/plugin.go index 71ec701de756164a4930adfcfea63d13646b23e8..e40b962d6b10faa75f38952a14fa6cf9d9ab5c0f 100644 --- a/plugins/webapi-spammer/plugin.go +++ b/plugins/webapi-spammer/plugin.go @@ -10,7 +10,7 @@ import ( "github.com/labstack/echo" ) -var PLUGIN = node.NewPlugin("Spammer", node.Enabled, configure) +var PLUGIN = node.NewPlugin("Spammer", node.Disabled, configure) func configure(plugin *node.Plugin) { webapi.AddEndpoint("spammer", WebApiHandler)