From 90d9ac025acfdf1628d730119a39d07ff3d4692c Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Wed, 3 May 2023 16:38:48 -0400 Subject: [PATCH] Added missing config item from default.json --- backend/appdata/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/appdata/default.json b/backend/appdata/default.json index 0fae31f..1bd7305 100644 --- a/backend/appdata/default.json +++ b/backend/appdata/default.json @@ -50,7 +50,8 @@ "telegram_bot_token": "", "telegram_chat_id": "", "webhook_URL": "", - "discord_webhook_URL": "" + "discord_webhook_URL": "", + "slack_webhook_URL": "" }, "Themes": { "default_theme": "default",