From 8696d7a57fa1cf4bfbd9469b5f1a06324bb59c60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Arsenijs=20=C4=BBu?= <alu.e@rkg.lv>
Date: Sun, 28 Apr 2024 12:43:59 +0000
Subject: [PATCH] Update app.py

---
 app.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app.py b/app.py
index b5599ad..260d66a 100644
--- a/app.py
+++ b/app.py
@@ -16,8 +16,12 @@ def game():
     return render_template('game.html')
 
 @app.route("/support")
-def link():
+def support():
     return render_template('support.html')
 
+@app.route("/updates")
+def updates():
+    return render_template('updates.html')
+
 if __name__ == "__main__":
     app.run(debug=True)
\ No newline at end of file