We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a886c1d commit a78cd49Copy full SHA for a78cd49
src/api.rs
@@ -8,9 +8,11 @@ use utoipa_swagger_ui::SwaggerUi;
8
9
#[derive(OpenApi)]
10
#[openapi(
11
- info(description = "Look up any domain or IP address to see if it belongs to a cloud provider."),
+ info(
12
+ description = "Look up any domain or IP address to see if it belongs to a cloud provider."
13
+ ),
14
paths(lookup),
- components(schemas(cloudcheck::CloudProvider)),
15
+ components(schemas(cloudcheck::CloudProvider))
16
)]
17
struct ApiDoc;
18
0 commit comments