namespace DoliMiddlewareApi.Services.Notifications;
public class WebhookSettings
{
public string? WebhookUrl { get; set; }
public WebhookSettings(IConfiguration configuration)
WebhookUrl = configuration["Notifications:WebhookUrl"];
}
Powered by Projectes IES La Mar.