Files
windmill/backend/windmill-api/src/apps_ee.rs
HugoCasa 1ec6c6f765 feat: app custom paths (#4828)
* 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
2024-12-04 16:50:17 +01:00

6 lines
84 B
Rust

use axum::Router;
pub fn global_unauthed_service() -> Router {
Router::new()
}