Skip to content

Commit 1c62a9e

Browse files
committed
refactor: [#796] minor correction in handler comment
1 parent 3efaf48 commit 1c62a9e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/web/api/server/v1/contexts/user/handlers.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,7 @@ fn api_base_url(host: &str) -> String {
185185

186186
/// It handles the request to get all the user profiles.
187187
///
188-
/// It returns:
189-
///
190-
/// - `200` response with a json containing a list with all the user profiles [`Vec<UserProfile>`](crate::models::user::UserProfile).
191-
/// - Other error status codes if there is a database error.
192-
///
193-
/// Refer to the [API endpoint documentation](crate::web::api::server::v1::contexts::user)
194-
/// for more information about this endpoint.
188+
///It returns a list of user profiles matching the search criteria.
195189
///
196190
/// # Errors
197191
///

0 commit comments

Comments
 (0)