mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
add webhook to manifest
This commit is contained in:
parent
216a1931ac
commit
407bc837b2
@ -16,6 +16,7 @@ export async function GET() {
|
|||||||
splashImageUrl: `${appUrl}/splash.png`,
|
splashImageUrl: `${appUrl}/splash.png`,
|
||||||
splashBackgroundColor: "#f7f7f7",
|
splashBackgroundColor: "#f7f7f7",
|
||||||
homeUrl: appUrl,
|
homeUrl: appUrl,
|
||||||
|
webhookUrl: `${appUrl}/api/webhook`,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user