Initial commit - Bolsa app avec Tailwind et authentification distant
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user