add webhook to manifest

This commit is contained in:
horsefacts 2024-12-03 15:43:08 -05:00 committed by lucas-neynar
parent 216a1931ac
commit 407bc837b2
No known key found for this signature in database

View File

@ -16,6 +16,7 @@ export async function GET() {
splashImageUrl: `${appUrl}/splash.png`,
splashBackgroundColor: "#f7f7f7",
homeUrl: appUrl,
webhookUrl: `${appUrl}/api/webhook`,
},
};