✨ Implemented Oauth in frontend and fixed it in backend
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from fastapi import APIRouter
|
||||
from classquiz.oauth import google, github
|
||||
|
||||
|
||||
router = APIRouter()
|
||||
router.include_router(google.router, prefix="/google")
|
||||
router.include_router(github.router, prefix="/github")
|
||||
|
||||
Reference in New Issue
Block a user