How to handle call-back in convex ?

Essentially trying to achieve:

app.get("/callback", async (req, res) => {
const { a, b } = req.query;
}
Was this page helpful?