prepare socket comms & html templates

This commit is contained in:
2026-02-27 12:08:25 +01:00
parent 01105d5281
commit 561223453b
5 changed files with 668 additions and 17 deletions
-2
View File
@@ -4,8 +4,6 @@ from app.routes.friends import _friends_page_data
main_bp = Blueprint("main", __name__)
@main_bp.route("/", methods=["GET", "POST"])
def index():
if current_user.is_authenticated: