Skip to content

Commit

Permalink
Update main.py - Move to backend from github app.
Browse files Browse the repository at this point in the history
  • Loading branch information
karntrehan authored Sep 24, 2024
1 parent 070c075 commit 33d3a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 33d3a3f

Please sign in to comment.