Skip to content

Commit

Permalink
add new shortlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 authored Nov 22, 2024
1 parent 679bf75 commit 22db9fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
links = {
"register": f"https://lu.ma/g2q0djtw?utm_source={referral_code}",
"hiring": f"https://forms.gle/hdojrJcQXKLxU14W7",
"build" : f"https://hack-nights-lcs.devpost.com",
# Add more links here as needed
}

Expand Down Expand Up @@ -36,4 +37,4 @@ def redirect_link(path):

else:
from waitress import serve
serve(app, host="0.0.0.0", port=5000, threads=20)
serve(app, host="0.0.0.0", port=5000, threads=20)

0 comments on commit 22db9fd

Please sign in to comment.