add types to dashboard
This commit is contained in:
parent
b3cbe42450
commit
20e3d6d4b2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user