Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
georgi-s committed Apr 25, 2024
1 parent 5766be4 commit ddf35ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/qrCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Props = {

export function QrCodeDialog({ surveyId, children }: Props) {
const { data: session } = useSession();
const url = `http://192.168.2.179:3000/survey/${surveyId}`;
const url = `/survey/${surveyId}`;
// const router = useRouter();

return (
Expand Down

0 comments on commit ddf35ab

Please sign in to comment.