Merge pull request #54 from Hestia-Homes/engine-file-upload

triggering deploy
This commit is contained in:
KhalimCK 2025-07-21 14:52:52 +01:00 committed by GitHub
commit a1526e43dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,8 +40,7 @@ export async function POST(request: NextRequest) {
}
try {
// We'll trigger the plan build in our fastapi backend and then the user will just have to
// wait for the plan to be ready
// We'll trigger the plan build in our fastapi backend and then the user will just have to wait for the plan to be ready
const headers = {
"x-api-key": process.env.FASTAPI_API_KEY || "",