mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #54 from Hestia-Homes/engine-file-upload
triggering deploy
This commit is contained in:
commit
a1526e43dd
1 changed files with 1 additions and 2 deletions
|
|
@ -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 || "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue