Skip to content

Commit

Permalink
Added back action endpoint for form
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWearsHat committed Dec 17, 2023
1 parent 00c418a commit 59da0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/site/src/app/apply/sections/Form/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default function Form() {
<form
method="post"
className={`${styles.form} text-[#000000] w-8/12 flex flex-col items-center py-12 gap-10 z-1 max-[800px]:w-9/12 max-[400px]:w-11/12`}
action="/api/user/apply"
encType="multipart/form-data"
>
<BasicInformation />
Expand Down

0 comments on commit 59da0db

Please sign in to comment.