Skip to content
Snippets Groups Projects
Commit 3593d7d2 authored by Wolfgang Welz's avatar Wolfgang Welz
Browse files

Disable spammer by default

parent d03c1a30
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment