File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 29
29
//! - [GET `/v5/analytics/for-publisher`](#get-v5analyticsfor-publisher-auth-required) (auth required)
30
30
//! - [GET `/v5/analytics/for-advertiser`](#get-v5analyticsfor-advertiser-auth-required) (auth required)
31
31
//! - [GET `/v5/analytics/for-admin`](#get-v5analyticsfor-admin-auth-required) (auth required)
32
- //! - [Config](#config) route
33
- //! - [GET `/cfg`](#get-cfg)
32
+ //! - [GET `/cfg`](#get-cfg)
34
33
//!
35
34
//! ## Channel
36
35
//!
477
476
//!
478
477
//! See [GET `/v5/analytics`](#get-v5analytics)
479
478
//!
480
- //! ## Config
481
- //!
482
- //! #### GET `/cfg`
479
+ //! ## GET `/cfg`
483
480
//!
484
481
//! Gets the config that the validator is running on.
485
482
//!
486
- //! The route is handled by [`get_cfg()`](crate::routes::get_cfg())
483
+ //! The route is handled by [`get_cfg()`]
487
484
//!
488
485
//! Response: [`Config`](primitives::Config)
489
486
//!
You can’t perform that action at this time.
0 commit comments