Skip to content

Commit

Permalink
Registration link fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
sabzdotpy committed Oct 2, 2024
1 parent 887cd8c commit b6d8396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default function ProjectExpoRegistration() {

axios
.post(
"https://gfg-server-ngaw.onrender.com//regisert",
"https://gfg-server-ngaw.onrender.com/regisert",
{
email: currentUser.email,
teamName,
Expand Down

0 comments on commit b6d8396

Please sign in to comment.