Makes endpoint names self-contained in plugins

This commit is contained in:
Simone Mainardi 2020-09-11 18:48:54 +02:00
parent b4627ffc08
commit 4a18a3923f
5 changed files with 4 additions and 8 deletions

View file

@ -6,6 +6,7 @@ require "lua_utils"
local json = require "dkjson"
local webhook = {
name = "Webhook",
conf_params = {
{ param_name = "webhook_url" },
{ param_name = "webhook_sharedsecret", optional = true },