Merge pull request #55 from Hestia-Homes/main

tigger redeploy with new db secrets
This commit is contained in:
KhalimCK 2025-07-21 14:53:19 +01:00 committed by GitHub
commit 3d1917ec10
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 || "",