Skip to content

Commit eb481d3

Browse files
committed
test
1 parent 03ffe43 commit eb481d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/api/zettle-webhook/route.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { NextApiRequest } from "next";
2-
1+
//@ts-ignore
32
export async function POST(req) {
43
try {
54
const event = await req.json();

0 commit comments

Comments
 (0)