Fixes endpoint type for builtin endpoint

This commit is contained in:
Simone Mainardi 2020-09-10 14:23:48 +02:00
parent 6d3a251a10
commit 0924b42828
3 changed files with 3 additions and 2 deletions

View file

@ -8,6 +8,7 @@ local alerts_api = require "alerts_api"
local alert_consts = require "alert_consts"
local sqlite = {
name = "SQLite",
builtin = true, -- Whether this endpoint can be configured from the UI. Disabled for the builtin SQLite
conf_params = {