split s3/cors.rs into also common/cors.rs

This commit is contained in:
Alex Auvolat
2025-01-31 18:42:14 +01:00
parent 84f1db91c4
commit afa28706e5
11 changed files with 179 additions and 186 deletions
+1 -1
View File
@@ -4,9 +4,9 @@ extern crate tracing;
pub mod common_error;
pub mod cors;
pub mod encoding;
pub mod generic_server;
pub mod helpers;
pub mod router_macros;
/// This mode is public only to help testing. Don't expect stability here
pub mod signature;