mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-25 01:37:29 +00:00
Add webhook delivery logging to track webhook delivery success and errors.
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/c7ce6715-e505-4cee-8ab6-3d08467223da.jpg
This commit is contained in:
@@ -4,7 +4,7 @@ import { useToast } from "@/hooks/use-toast";
|
||||
import { queryClient, apiRequest } from "@/lib/queryClient";
|
||||
import { useAuth } from "@/hooks/use-auth";
|
||||
import { useOrganization } from "@/context/organization-context";
|
||||
import { Webhook } from "@shared/schema";
|
||||
import { Webhook, WebhookDeliveryLog } from "@shared/schema";
|
||||
|
||||
import {
|
||||
Card,
|
||||
|
||||
Reference in New Issue
Block a user