mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
bugs fixed, removing logging
This commit is contained in:
parent
6a57b5c955
commit
b6bab62819
1 changed files with 0 additions and 3 deletions
|
|
@ -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`,
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue