Implement secure CORS configuration system

This commit is contained in:
2025-10-30 22:28:03 -07:00
parent abe7b6beee
commit 9a43af27ad
12 changed files with 978 additions and 57 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func createTestService(t *testing.T) *NotificationService {
t.Fatalf("Failed to create logger: %v", err)
}
svc := NewNotificationService(factory, q, 2, nil, logger)
svc := NewNotificationService(factory, q, 2, nil, nil, logger)
return svc
}