mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
53298d5fb6
* feat: github app token instead of pat for git sync * sqlx error * revert * refactor * refactor * frontend component create resource from installation * use resource editor * next * refactor * ce with ee ff * npm check * also update other fields in var * quicksave * refactor: simplifications part 1 * cleanup * sqlx * update openapi * small fix * moving all UI components into one popover * ee ref --------- Co-authored-by: Alex <alex@Charlottes-Laptop.local>
9 lines
144 B
Rust
9 lines
144 B
Rust
use axum::routing::Router;
|
|
|
|
pub fn workspaced_service() -> Router {
|
|
Router::new()
|
|
}
|
|
|
|
pub fn global_service() -> Router {
|
|
Router::new()
|
|
} |