add types to dashboard

This commit is contained in:
Lili (Tlapka) 2024-10-06 15:23:38 +02:00
parent b3cbe42450
commit 20e3d6d4b2

View File

@ -8,7 +8,7 @@ bp = Blueprint('redeem_dashboard', __name__)
@bp.route('/dashboard', methods=['GET'])
def dashboard():
def dashboard() -> str:
db = get_db()
username = request.args.get("username")
if username is not None: