Skip to content

Commit 30d1d44

Browse files
committed
Add comment
1 parent 70e9d27 commit 30d1d44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/api/echo.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { NextApiRequest, NextApiResponse } from "next";
22

3+
// Just here to test RTT to Next.js.
34
export default async (req: NextApiRequest, res: NextApiResponse) => {
45
res.send("hello, world");
56
res.end();

0 commit comments

Comments
 (0)