refactor: save current workspace state including FinlyticAnalyzer fixes, FinlyticApp trade route alignment, and DTO audit documentation
This commit is contained in:
@@ -61,8 +61,8 @@ public class N8nService : IN8nService
|
||||
|
||||
if (string.IsNullOrWhiteSpace(targetUrl))
|
||||
{
|
||||
targetUrl = _configuration["N8N__WebhookUrl"]
|
||||
?? _configuration["N8N:WebhookUrl"];
|
||||
targetUrl = _configuration["N8N:ArticleExtractionUrl"]
|
||||
?? _configuration["N8N__ArticleExtractionUrl"];
|
||||
}
|
||||
|
||||
if (string.IsNullOrWhiteSpace(targetUrl))
|
||||
|
||||
Reference in New Issue
Block a user