diff --git a/little-hesinde/src/api/html/authors.rs b/little-hesinde/src/api/html/authors.rs index 604f79c..c7c2a97 100644 --- a/little-hesinde/src/api/html/authors.rs +++ b/little-hesinde/src/api/html/authors.rs @@ -36,6 +36,7 @@ impl HttpStatus for RetrieveError { } http_error!(RetrieveError); +/// Get the first page of all authors. #[utoipa::path( get, path = "/authors", @@ -51,6 +52,7 @@ pub async fn handler_init(State(state): State>) -> Result>) -> Result>) -> Result