Skip to content

Commit 24a9012

Browse files
committed
GET it
1 parent 566a160 commit 24a9012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/routers/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def initiate_github_auth():
6969
return {"auth_url": auth_url, "state": state}
7070

7171

72-
@router.post("/auth/callback")
72+
@router.get("/auth/callback")
7373
async def github_auth_callback(
7474
code: str,
7575
state: str,

0 commit comments

Comments
 (0)