Skip to content

Commit

Permalink
chore: update API endpoint for proposal form
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner committed Apr 27, 2024
1 parent 269012b commit b1139b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProposalForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function ProposalForm() {
(event: React.FormEvent<HTMLFormElement>) => {
event.preventDefault();

const url = 'https://api.tulsawebdevs.org/proposals/proposals';
const url = 'https://vote.tulsawebdevs.org/proposals';
const formElement = event.currentTarget;
const formData = new FormData(formElement);

Expand Down

0 comments on commit b1139b3

Please sign in to comment.