mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add /brawlhalla
This commit is contained in:
parent
2edf88abc5
commit
f4fbda228e
1 changed files with 5 additions and 0 deletions
|
@ -381,6 +381,11 @@ def page_activity():
|
|||
hourly_before=hourly_before)
|
||||
|
||||
|
||||
@app.route("/brawlhalla")
|
||||
def page_brawlhalla():
|
||||
return render_template("brawlhalla.html")
|
||||
|
||||
|
||||
@app.route("/hooks/github", methods=["POST"])
|
||||
def hooks_github():
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue