✨ Added GitHub and Google OAuth
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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