Skip to content

Commit

Permalink
- removed slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Zharich committed Jul 5, 2024
1 parent 050298d commit 59795dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReferralLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function ReferralLink(props: Props) {
const fetchReferral = async () => {
try {
const link = await axios.post<unknown, { data: string }>(
`${import.meta.env.VITE_BACKEND_URL}/backend/referrals`,
`${import.meta.env.VITE_BACKEND_URL}backend/referrals`,
{
chatId: Number(chatId),
title: props.communityUser?.communityName
Expand Down

0 comments on commit 59795dd

Please sign in to comment.