flatten the contributions blueprint

This commit is contained in:
Patrick Jentsch
2024-11-14 14:36:18 +01:00
parent ce253f4a65
commit 6aacac2419
27 changed files with 210 additions and 51 deletions

View File

@ -3,5 +3,5 @@ from . import bp
@bp.route('')
def contributions():
def index():
return redirect(url_for('main.dashboard', _anchor='contributions'))