We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e1451 commit e4b57baCopy full SHA for e4b57ba
packet/routes.py
@@ -56,4 +56,4 @@ def csh_auth_test():
56
@auth.oidc_auth
57
def test_endpoint():
58
# This just tests auth and DB access for API calls
59
- return jsonify({freshman.id: freshman.name for freshman in Freshman.query.all()})
+ return jsonify({freshman.rit_username: freshman.name for freshman in Freshman.query.all()})
0 commit comments