Skip to content

Instantly share code, notes, and snippets.

@chroline
Created March 5, 2021 16:39
Show Gist options
  • Select an option

  • Save chroline/216b5c4e1692b7d49573f61be14cf72f to your computer and use it in GitHub Desktop.

Select an option

Save chroline/216b5c4e1692b7d49573f61be14cf72f to your computer and use it in GitHub Desktop.
import { NextApiRequest, NextApiResponse } from "next";
export default async (req: NextApiRequest, res: NextApiResponse) => {
const { query } = req.body as { query: string };
res.send(slug);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment