export default async (req, res) => { if (req.method === "GET") { // function only runs if the method is GET } }