mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
9 lines
243 B
Rust
9 lines
243 B
Rust
#[cfg(all(feature = "private", feature = "parquet"))]
|
|
#[allow(unused)]
|
|
pub use crate::s3_proxy_ee::*;
|
|
|
|
#[cfg(not(all(feature = "private", feature = "parquet")))]
|
|
pub fn workspaced_unauthed_service() -> axum::Router {
|
|
axum::Router::new()
|
|
}
|