Skip to content

Commit

Permalink
syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenNaihin committed Feb 18, 2024
1 parent 0fdf743 commit c49a192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stacks/cover-image-and-subtitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c49a192

Please sign in to comment.