mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
implemented eco spreadsheet upload
This commit is contained in:
parent
02cb7c6d21
commit
b1c65b8072
2 changed files with 0 additions and 3 deletions
|
|
@ -15,8 +15,6 @@ export async function POST(request: NextRequest) {
|
|||
const body = await request.json();
|
||||
let validatedBody;
|
||||
|
||||
console.log("HIHIHIHIHIHI");
|
||||
|
||||
try {
|
||||
validatedBody = presignedUrlSchema.parse(body);
|
||||
} catch (error) {
|
||||
|
|
@ -120,7 +120,6 @@ async function generatePresignedUrls({
|
|||
})),
|
||||
});
|
||||
|
||||
console.log("Trying to generate presigned urls 111");
|
||||
const presignedResponse = await fetch("/api/upload/eco-spreadsheet", {
|
||||
method: "POST",
|
||||
body: body,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue