We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ffe43 commit eb481d3Copy full SHA for eb481d3
src/app/api/zettle-webhook/route.ts
@@ -1,5 +1,4 @@
1
-import { NextApiRequest } from "next";
2
-
+//@ts-ignore
3
export async function POST(req) {
4
try {
5
const event = await req.json();
0 commit comments