From c49a192df253bea4d6c8889049816cbcbb57cce1 Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Sun, 18 Feb 2024 16:01:02 -0500 Subject: [PATCH] syncing --- public/stacks/cover-image-and-subtitle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stacks/cover-image-and-subtitle.tsx b/public/stacks/cover-image-and-subtitle.tsx index ef7092d..e8f7bde 100644 --- a/public/stacks/cover-image-and-subtitle.tsx +++ b/public/stacks/cover-image-and-subtitle.tsx @@ -23,7 +23,7 @@ export const GenerateImageAndSubtitle = () => { const file = e.target.files[0]; try { // Fetch the presigned URL - const response = await fetch('/api/stacks/getAWSPresignedUrl', { + const response = await fetch('/api/utils/getAWSPresignedUrl', { method: 'POST', body: JSON.stringify({ fileName: file.name,