Skip to content

Commit fe4d022

Browse files
authored
chore: remove last todo comment in HTTP-handler (dfinity#3626)
Removing TODO comment for NET-1667 which has previously been resolved as "won't do".
1 parent 620e772 commit fe4d022

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rs/http_endpoints/public/src/common.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ pub(crate) async fn map_box_error_to_response(err: BoxError) -> Response<Body> {
9191
}
9292
}
9393

94-
// TODO: NET-1667
9594
pub fn cors_layer() -> CorsLayer {
9695
CorsLayer::new()
9796
.allow_methods([Method::GET, Method::POST])

0 commit comments

Comments
 (0)