You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the program with the tag api,why did I type http://127.0.0.1:5000/api/v1/user in the browser's address bar, and I raised an error AttributeError: '_AppCtxGlobals' object has no attribute 'current_user'. The error location is in line 106 to line 110 of todoism\todoism\apis\v1\resources.py, where line 110 returns jsonify(user_schema(g.current_user)).
The text was updated successfully, but these errors were encountered:
When I run the program with the tag api,why did I type http://127.0.0.1:5000/api/v1/user in the browser's address bar, and I raised an error AttributeError: '_AppCtxGlobals' object has no attribute 'current_user'. The error location is in line 106 to line 110 of todoism\todoism\apis\v1\resources.py, where line 110 returns jsonify(user_schema(g.current_user)).
The text was updated successfully, but these errors were encountered: