Skip to content

Commit

Permalink
Merge branch 'judging'
Browse files Browse the repository at this point in the history
  • Loading branch information
pm3512 committed Mar 12, 2024
2 parents bb2a693 + 42ab689 commit 111550f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ router.post("/login", asyncCatch(login));
* post:
* summary: Login user, returning data in the format expected by judging
* tags: [Authentication Module]
* description: > Verifies user credentials. Username and password must be specified
* description: >
* Verifies user credentials. Username and password must be specified
* requestBody:
* required: true
* content:
Expand Down

0 comments on commit 111550f

Please sign in to comment.