Skip to content

Commit e4b57ba

Browse files
committed
Quick bug fix
1 parent f0e1451 commit e4b57ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ def csh_auth_test():
5656
@auth.oidc_auth
5757
def test_endpoint():
5858
# This just tests auth and DB access for API calls
59-
return jsonify({freshman.id: freshman.name for freshman in Freshman.query.all()})
59+
return jsonify({freshman.rit_username: freshman.name for freshman in Freshman.query.all()})

0 commit comments

Comments
 (0)