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 566a160 commit 24a9012Copy full SHA for 24a9012
backend/app/routers/admin.py
@@ -69,7 +69,7 @@ async def initiate_github_auth():
69
return {"auth_url": auth_url, "state": state}
70
71
72
-@router.post("/auth/callback")
+@router.get("/auth/callback")
73
async def github_auth_callback(
74
code: str,
75
state: str,
0 commit comments