Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #89 from SELab-2/use-post-for-login
Browse files Browse the repository at this point in the history
Use POST for login
  • Loading branch information
matt01y authored Mar 14, 2024
2 parents 3f3d2e1 + 25dea02 commit 859cfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
login_router = APIRouter()


@login_router.get("/login")
@login_router.post("/login")
def login(
ticket: str,
session: Session = Depends(get_session),
Expand Down

0 comments on commit 859cfb0

Please sign in to comment.