triggering deploy

This commit is contained in:
Khalim Conn-Kowlessar 2025-07-21 12:36:05 +01:00
parent 06f862e819
commit 5131c3184e

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 || "",