7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
// Generated by eve. Do not edit by hand.
|
|
import { POST } from "../../../node_modules/eve/.eve/workflow-cache/97d43a998b3c/workflows.mjs";
|
|
|
|
export default async ({ req }) => {
|
|
return await POST(req);
|
|
};
|