* 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()
|
|
}
|