Skip to content

Commit

Permalink
chore: remove last todo comment in HTTP-handler (#3626)
Browse files Browse the repository at this point in the history
Removing TODO comment for NET-1667 which has previously been resolved as
"won't do".
  • Loading branch information
DSharifi authored Jan 29, 2025
1 parent 620e772 commit fe4d022
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rs/http_endpoints/public/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ pub(crate) async fn map_box_error_to_response(err: BoxError) -> Response<Body> {
}
}

// TODO: NET-1667
pub fn cors_layer() -> CorsLayer {
CorsLayer::new()
.allow_methods([Method::GET, Method::POST])
Expand Down

0 comments on commit fe4d022

Please sign in to comment.