1
2
3
4
// For debugging/inspecting webhooks requests ...
export async function httpNull(req: express.Request, res: express.Response) {
res.end("Success");
}