Skip to content

Commit

Permalink
student backend update
Browse files Browse the repository at this point in the history
  • Loading branch information
im-still-thinking committed Feb 4, 2023
1 parent 8f64ed2 commit eea875f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .idea/Ed360-Backend-Teacher.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion teacherBackend/api/routes/authentication/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def callback():
token = oauth.auth0.authorize_access_token()
state[0] = request.args.get("code")
session["user"] = token
return state
return session["user"]

@auth_bp.route('/logout/')
def logout():
Expand Down

3 comments on commit eea875f

@vercel
Copy link

@vercel vercel bot commented on eea875f Feb 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ed360-teacher-backend – ./teacherBackend

ed360-teacher-backend-git-main-raihankhan-rk.vercel.app
ed360-teacher-backend.vercel.app
ed360-teacher-backend-raihankhan-rk.vercel.app

@vercel
Copy link

@vercel vercel bot commented on eea875f Feb 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ed360-teacher-frontend – ./teacherfrontend

ed360-teacher-frontend-git-main-raihankhan-rk.vercel.app
ed360-teacher-frontend-raihankhan-rk.vercel.app
ed360-teacher-frontend.vercel.app

@vercel
Copy link

@vercel vercel bot commented on eea875f Feb 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ed360-student-frontend – ./studentfrontend

ed360-student-frontend.vercel.app
ed360-student-frontend-git-main-raihankhan-rk.vercel.app
ed360-student-frontend-raihankhan-rk.vercel.app

Please sign in to comment.