docs: update API documentation tag name from 'items' to 'item'
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
20a227fc9e
commit
8bd918129c
@@ -31,7 +31,7 @@ use utoipa_swagger_ui::SwaggerUi;
|
|||||||
),
|
),
|
||||||
tags(
|
tags(
|
||||||
(name = "status", description = "Status API endpoints"),
|
(name = "status", description = "Status API endpoints"),
|
||||||
(name = "items", description = "Item management API endpoints")
|
(name = "item", description = "Item management API endpoints")
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
struct ApiDoc;
|
struct ApiDoc;
|
||||||
|
|||||||
Reference in New Issue
Block a user