feat: add organization-level certificate toggle and update tower-governor imports

This commit is contained in:
2026-04-14 13:58:58 -04:00
parent 169a0a18a2
commit c21942983a
3 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -119,7 +119,8 @@ async fn main() {
])
.expose_headers([header::CONTENT_LENGTH, header::CONTENT_TYPE]);
use tower_governor::{GovernorConfigBuilder, GovernorLayer};
use tower_governor::governor::GovernorConfigBuilder;
use tower_governor::GovernorLayer;
use std::sync::Arc;
let governor_conf = Arc::new(