mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
* remove automatic_billing * fix build * fix build * update ee ref * Update frontend/src/lib/components/settings/PremiumInfo.svelte Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
6 lines
93 B
Rust
6 lines
93 B
Rust
use axum::Router;
|
|
|
|
pub fn add_stripe_routes(router: Router) -> Router {
|
|
return router;
|
|
}
|