Skip to content

Commit

Permalink
fix: update api url
Browse files Browse the repository at this point in the history
  • Loading branch information
nguernse committed Apr 30, 2024
1 parent a0ce04b commit 1cbb0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/vote/proposals/list/ProposalListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function ProposalListItem({ proposal }: ProposalListItemProps) {
const errorToast = useErrorToast();

const voteRequest = useFetchPost(
`https://api.tulsawebdevs.org/proposals/${proposal.id}/vote`,
`https://vote.tulsawebdevs.org/proposals/${proposal.id}/vote`,
);

const handleVote = useProtectedFunction(
Expand Down

0 comments on commit 1cbb0cd

Please sign in to comment.