Skip to content

Commit 5b142b7

Browse files
committed
refactor: removed resource_check from the PUT stream.
1 parent 88b4596 commit 5b142b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/handlers/http/modal/server.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ impl Server {
368368
web::put()
369369
.to(logstream::put_stream)
370370
.authorize_for_stream(Action::CreateStream)
371-
.wrap(from_fn(resource_check::check_resource_utilization_middleware)),
372371
)
373372
// POST "/logstream/{logstream}" ==> Post logs to given log stream
374373
.route(

0 commit comments

Comments
 (0)