()
| 216 | |
| 217 | impl Default for SwaggerUiConfig { |
| 218 | fn default() -> Self { |
| 219 | Self { |
| 220 | title: "pRPC Explorer".to_string(), |
| 221 | dark_mode: true, |
| 222 | swagger_ui_dist: "https://cdn.jsdelivr.net/npm/swagger-ui-dist@5".to_string(), |
| 223 | } |
| 224 | } |
| 225 | } |
| 226 | |
| 227 | /// Builds an OpenAPI specification for the provided descriptor sources. |