mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 08:04:25 +00:00
fix main compiles in CE mode (#3066)
This commit is contained in:
committed by
GitHub
parent
01c7779453
commit
428c3161ad
@@ -16,6 +16,11 @@ pub fn global_service() -> Router {
|
||||
.route("/*id", delete(delete_concurrency_group))
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "enterprise"))]
|
||||
pub fn global_service() -> Router {
|
||||
Router::new()
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub struct ConcurrencyGroups {
|
||||
concurrency_id: String,
|
||||
|
||||
Reference in New Issue
Block a user