Refactoring 2
This commit is contained in:
parent
dd14dfe72e
commit
e4b78ceec2
76 changed files with 870 additions and 734 deletions
|
|
@ -1,6 +1,3 @@
|
|||
import { NextRequest } from "next/server";
|
||||
import { handleWebhook } from "@/app/_lib/routing";
|
||||
import { handleWebhook } from "bridge-ui";
|
||||
|
||||
const handleRequest = async (req: NextRequest) => handleWebhook(req);
|
||||
|
||||
export { handleRequest as GET, handleRequest as POST };
|
||||
export { handleWebhook as GET, handleWebhook as POST };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue