Skip to content

Commit

Permalink
chore: removed redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohiiit committed Jan 7, 2025
1 parent bc710fd commit 3b30773
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/orchestrator/src/routes/app_routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ use axum::Router;
/// - Health check endpoint at `/health`
/// - Development routes under `/v1/dev`
///
/// The router is used in conjunction with job routes to form the complete API surface.
/// See the main router setup in:
/// ```rust:crates/orchestrator/src/routes/mod.rs
/// startLine: 23
/// endLine: 35
/// ```
///
/// # Returns
/// * `Router` - Configured application router with health and dev routes
///
Expand Down

0 comments on commit 3b30773

Please sign in to comment.