1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Add /brawlhalla

This commit is contained in:
Steffo 2019-03-05 15:22:45 +01:00
parent 2edf88abc5
commit f4fbda228e

View file

@ -381,6 +381,11 @@ def page_activity():
hourly_before=hourly_before) hourly_before=hourly_before)
@app.route("/brawlhalla")
def page_brawlhalla():
return render_template("brawlhalla.html")
@app.route("/hooks/github", methods=["POST"]) @app.route("/hooks/github", methods=["POST"])
def hooks_github(): def hooks_github():
try: try: