We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e9d27 commit 30d1d44Copy full SHA for 30d1d44
pages/api/echo.ts
@@ -1,5 +1,6 @@
1
import type { NextApiRequest, NextApiResponse } from "next";
2
3
+// Just here to test RTT to Next.js.
4
export default async (req: NextApiRequest, res: NextApiResponse) => {
5
res.send("hello, world");
6
res.end();
0 commit comments