mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
remove useless doc
This commit is contained in:
parent
8b95c6ae56
commit
ff49250c1a
1 changed files with 0 additions and 2 deletions
|
@ -144,7 +144,6 @@ macro_rules! make_setting_route {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#[doc = $camelcase_attr]
|
|
||||||
#[utoipa::path(
|
#[utoipa::path(
|
||||||
$update_verb,
|
$update_verb,
|
||||||
path = concat!("{indexUid}/settings", $route),
|
path = concat!("{indexUid}/settings", $route),
|
||||||
|
@ -230,7 +229,6 @@ macro_rules! make_setting_route {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#[doc = $camelcase_attr]
|
|
||||||
#[utoipa::path(
|
#[utoipa::path(
|
||||||
get,
|
get,
|
||||||
path = concat!("{indexUid}/settings", $route),
|
path = concat!("{indexUid}/settings", $route),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue