We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10933ff commit 96f99bbCopy full SHA for 96f99bb
nym-api/src/support/http/openapi.rs
@@ -17,6 +17,11 @@ use utoipauto::utoipauto;
17
#[derive(OpenApi)]
18
#[openapi(
19
info(title = "Nym API"),
20
+ servers(
21
+ (url = "/api", description = "Main Nym Api Server"),
22
+ (url = "/", description = "Auxiliary Nym Api Instances"),
23
+ (url = "/", description = "Local Development Server")
24
+ ),
25
tags(),
26
components(schemas(
27
models::CirculatingSupplyResponse,
0 commit comments