mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
remove useless doc
This commit is contained in:
@ -144,7 +144,6 @@ macro_rules! make_setting_route {
|
||||
}
|
||||
|
||||
|
||||
#[doc = $camelcase_attr]
|
||||
#[utoipa::path(
|
||||
$update_verb,
|
||||
path = concat!("{indexUid}/settings", $route),
|
||||
@ -230,7 +229,6 @@ macro_rules! make_setting_route {
|
||||
}
|
||||
|
||||
|
||||
#[doc = $camelcase_attr]
|
||||
#[utoipa::path(
|
||||
get,
|
||||
path = concat!("{indexUid}/settings", $route),
|
||||
|
Reference in New Issue
Block a user