Skip to content

Commit

Permalink
Update index.tsx (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Acerizm authored Nov 1, 2023
1 parent 92f8103 commit f4d4673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const FindPartner = () => {
)
}

const socket = io("http://api.peerprepgroup51sem1y2023.xyz/");
const socket = io("https://api.peerprepgroup51sem1y2023.xyz/");

const MatchingServicePopUp = () => {
const [activeStep, setActiveStep] = useState(0);
Expand Down

0 comments on commit f4d4673

Please sign in to comment.