Skip to content

Commit

Permalink
- added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Zharich committed Jul 5, 2024
1 parent 59795dd commit dee6ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ReferralLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function ReferralLink(props: Props) {
const fetchReferral = async () => {
try {
const link = await axios.post<unknown, { data: string }>(
// DO NOT WORK RIGHT NOW ON LOCAL ENV. Add slash in the beggining to work /backend/referrals
`${import.meta.env.VITE_BACKEND_URL}backend/referrals`,
{
chatId: Number(chatId),
Expand Down

0 comments on commit dee6ff5

Please sign in to comment.