mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
1ec6c6f765
* feat: app custom paths * nit * make ee only + fix sqlx * fix: custom http routes auth * nits * fix auth + nits * apps_ee * move custom path to ee * fix app jwt * update ee ref
6 lines
84 B
Rust
6 lines
84 B
Rust
use axum::Router;
|
|
|
|
pub fn global_unauthed_service() -> Router {
|
|
Router::new()
|
|
}
|