Skip to content

Commit

Permalink
docs: Add docs to user/id options
Browse files Browse the repository at this point in the history
  • Loading branch information
bush1D3v committed Jul 31, 2024
1 parent 96f307f commit 32809fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/api_doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::{
modules::user::{
user_controllers::{
__path_delete_user, __path_detail_user, __path_insert_user, __path_list_users,
__path_login_user, __path_put_user, __path_user_options,
__path_login_user, __path_put_user, __path_user_id_options, __path_user_options,
},
user_dtos::{DeleteUserDTO, DetailUserDTO, InsertUserDTO, LoginUserDTO, PutUserDTO},
},
Expand All @@ -20,7 +20,7 @@ use utoipa_swagger_ui::SwaggerUi;
pub fn api_doc() -> SwaggerUi {
#[derive(OpenApi)]
#[openapi(
paths(user_options, insert_user, login_user, detail_user, list_users, delete_user, put_user),
paths(user_options, insert_user, login_user, detail_user, list_users, delete_user, put_user, user_id_options),
components(
schemas(
InsertUserDTO,
Expand Down

0 comments on commit 32809fd

Please sign in to comment.