Skip to content

Commit

Permalink
Update userInteractions.py. Move from github-app to backend domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
karntrehan authored Sep 24, 2024
1 parent 33d3a3f commit b75ae05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/userInteractions.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def __init__(self, discord_userdata):
button = discord.ui.Button(
label="Authenticate Github",
style=discord.ButtonStyle.url,
url=f"https://github-app.c4gt.samagra.io/authenticate/{discord_userdata}",
url=f"https://backend.c4gt.samagra.io/authenticate/{discord_userdata}",
)
self.add_item(button)
self.message = None
Expand Down

0 comments on commit b75ae05

Please sign in to comment.