fix: no post for now

This commit is contained in:
Agusti Fernandez Pardo
2022-06-14 23:42:51 +02:00
parent ba37ae78d9
commit 372b20a4c9
+1 -1
View File
@@ -2,7 +2,7 @@ import { defaultHandler } from "@calcom/lib/server";
import { withMiddleware } from "@lib/helpers/withMiddleware";
export default withMiddleware("HTTP_GET_OR_POST")(
export default withMiddleware("HTTP_GET")(
defaultHandler({
GET: import("./_get"),
})