mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
printing cookies
This commit is contained in:
parent
374dcddf84
commit
cad5c3d824
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ export async function POST(request: NextRequest) {
|
|||
|
||||
console.log("headers: ", headers);
|
||||
console.log("body: ", validatedBody);
|
||||
console.log("cookies", request.cookies);
|
||||
|
||||
// const response = await fetch(
|
||||
// `${process.env.FASTAPI_API_URL}/v1/plan/trigger`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue