Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelvalle committed Sep 8, 2024
1 parent 174feae commit d5820ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pub async fn create_app() -> Router {
// All public v1 routes will be nested here.
Router::new().merge(routes::cat::create_route()),
))
//TODO: upgrade
// High level logging of requests and responses
.layer(
trace::TraceLayer::new_for_http()
Expand Down

0 comments on commit d5820ea

Please sign in to comment.