This commit is contained in:
tuna2134
2024-09-27 12:40:51 +00:00
parent d380e549c4
commit 5c092e8cbb

View File

@@ -18,10 +18,7 @@ mod error;
use crate::error::AppResult;
#[derive(OpenApi)]
#[openapi(
paths(models, synthesize),
components(schemas(SynthesizeRequest))
)]
#[openapi(paths(models, synthesize), components(schemas(SynthesizeRequest)))]
struct ApiDoc;
#[utoipa::path(