mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
9 lines
No EOL
258 B
C#
9 lines
No EOL
258 B
C#
namespace Ombi.Settings.Settings.Models.Notifications
|
|
{
|
|
public class WebhookSettings : Settings
|
|
{
|
|
public bool Enabled { get; set; }
|
|
public string WebhookUrl { get; set; }
|
|
public string ApplicationToken { get; set; }
|
|
}
|
|
} |