Skip to content

Commit

Permalink
fix: 이미지 업로드가 안되는 현상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeseungyun committed Nov 22, 2024
1 parent fea0737 commit f679356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/uploadFile/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const uploadFiles = (formData: FormData) => accessClient.post('/OWNERS/up
headers: { 'Content-Type': 'multipart/form-data' },
});

export const getOwnerUrl = (fileName: File) => accessClient.post<FileResponse>('/owner/upload/url', fileName);
export const getOwnerUrl = (fileName: File) => accessClient.post<FileResponse>('/owners/upload/url', fileName);

0 comments on commit f679356

Please sign in to comment.