From c8d18a6cef831ca56e18f7d4ff5d7c7ec58b3010 Mon Sep 17 00:00:00 2001 From: jfgiraud Date: Wed, 22 Jul 2026 16:51:35 +0200 Subject: [PATCH] Initial commit - Bolsa app avec Tailwind et authentification distant --- app/routes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes.py b/app/routes.py index 8538f78..4139ac6 100644 --- a/app/routes.py +++ b/app/routes.py @@ -6,6 +6,7 @@ from datetime import datetime main = Blueprint('main', __name__) +/* routes */ @main.route('/', methods=['GET', 'POST']) def index(): if 'user_id' in session: