Skip to content

Commit

Permalink
chore(openapi): set title
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Feb 17, 2024
1 parent 08be284 commit 82266b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/openapi/src/apidoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use utoipa::{

#[derive(OpenApi)]
#[openapi(
info(title = "Hatsu"),
paths(
hatsu_api_admin::routes::create_account::create_account,
hatsu_api_admin::routes::remove_account::remove_account,
Expand Down

0 comments on commit 82266b6

Please sign in to comment.