remove useless doc

This commit is contained in:
Tamo 2025-01-06 11:55:23 +01:00
parent 8b95c6ae56
commit ff49250c1a
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69

View File

@ -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),