Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSoZRious committed Jul 30, 2023
1 parent 1b9e0a0 commit a5b4ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/staff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub async fn is_staff(State(hdr): State<Handler>, cred: Cred) -> impl IntoRespon

#[utoipa::path(
post,
path = "/staff/checkin_freshy_night",
path = "/staff/checkin_freshy_night/{user_id}",
tag = "Staff",
responses(
(status = 200, description = "Success", body = CheckingFreshyNightResponse),
Expand Down

0 comments on commit a5b4ef3

Please sign in to comment.