Skip to content

Commit fa94502

Browse files
committed
sentry - routes - docs tweak
1 parent df192f7 commit fa94502

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

sentry/src/routes.rs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
//! - [GET `/v5/analytics/for-publisher`](#get-v5analyticsfor-publisher-auth-required) (auth required)
3030
//! - [GET `/v5/analytics/for-advertiser`](#get-v5analyticsfor-advertiser-auth-required) (auth required)
3131
//! - [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)
3433
//!
3534
//! ## Channel
3635
//!
@@ -477,13 +476,11 @@
477476
//!
478477
//! See [GET `/v5/analytics`](#get-v5analytics)
479478
//!
480-
//! ## Config
481-
//!
482-
//! #### GET `/cfg`
479+
//! ## GET `/cfg`
483480
//!
484481
//! Gets the config that the validator is running on.
485482
//!
486-
//! The route is handled by [`get_cfg()`](crate::routes::get_cfg())
483+
//! The route is handled by [`get_cfg()`]
487484
//!
488485
//! Response: [`Config`](primitives::Config)
489486
//!

0 commit comments

Comments
 (0)