Initial commit - Bolsa app avec Tailwind et authentification distant

This commit is contained in:
2026-07-22 16:51:35 +02:00
parent 2057d693cd
commit c8d18a6cef
+1
View File
@@ -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: