Skip to content

Commit

Permalink
Update upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Aug 17, 2024
1 parent 83df965 commit e3d1e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/registration/RegisterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function RegisterForm({ defaultEmail }: RegisterFormProps) {
let resume: string = c.noResumeProvidedURL;

if (uploadedFile) {
const fileLocation = `${c.hackathonName}/resume/${uploadedFile.name}`;
const fileLocation = `${c.hackathonName}/${c.itteration}/resume/${uploadedFile.name}`;
const newBlob = await put(fileLocation, uploadedFile, {
access: "public",
handleBlobUploadUrl: "/api/upload/resume/register",
Expand Down

0 comments on commit e3d1e45

Please sign in to comment.