Skip to content

Commit

Permalink
Change invite url to anudesh.ai4bharat.org
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar authored Jul 6, 2024
1 parent f9ee9a3 commit 36069fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/organizations/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __str__(self):
def send_invite_email(cls, invite, user):
current_environment = os.getenv("ENV")
base_url = (
"dev.anudesh.ai4bharat.org"
"anudesh.ai4bharat.org"
if current_environment == "dev"
else "anudesh.ai4bharat.org"
)
Expand Down

0 comments on commit 36069fd

Please sign in to comment.