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__)
|
main = Blueprint('main', __name__)
|
||||||
|
|
||||||
|
/* routes */
|
||||||
@main.route('/', methods=['GET', 'POST'])
|
@main.route('/', methods=['GET', 'POST'])
|
||||||
def index():
|
def index():
|
||||||
if 'user_id' in session:
|
if 'user_id' in session:
|
||||||
|
|||||||
Reference in New Issue
Block a user