We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b4596 commit 5b142b7Copy full SHA for 5b142b7
src/handlers/http/modal/server.rs
@@ -368,7 +368,6 @@ impl Server {
368
web::put()
369
.to(logstream::put_stream)
370
.authorize_for_stream(Action::CreateStream)
371
- .wrap(from_fn(resource_check::check_resource_utilization_middleware)),
372
)
373
// POST "/logstream/{logstream}" ==> Post logs to given log stream
374
.route(
0 commit comments