We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ce531 commit 7475806Copy full SHA for 7475806
samples/nextjs/web/src/app/api/route.ts
@@ -0,0 +1,5 @@
1
+import { NextResponse } from 'next/server';
2
+
3
+export async function GET() {
4
+ return NextResponse.json({ msg: 'Success!' });
5
+}
0 commit comments