bugs fixed, removing logging

This commit is contained in:
Khalim Conn-Kowlessar 2023-08-03 11:17:10 +01:00
parent 6a57b5c955
commit b6bab62819

View file

@ -38,9 +38,6 @@ export async function POST(request: NextRequest) {
}`,
"Content-Type": "application/json",
};
console.log("headers: ", headers);
console.log("body: ", validatedBody);
// const response = await fetch(
// `${process.env.FASTAPI_API_URL}/v1/plan/trigger`,
// {