tandem-enterprise-server 0.6.2

Enterprise HTTP routes and connectors for Tandem server
1
2
3
4
5
6
7
8
9
10
mod routes_enterprise;
mod routes_enterprise_cross_tenant;
mod routes_enterprise_google_drive;
mod routes_enterprise_lifecycle;
mod routes_enterprise_onboarding;
mod routes_enterprise_org_units;

pub fn apply_routes(router: tandem_server::ServerRouter) -> tandem_server::ServerRouter {
    routes_enterprise_cross_tenant::apply(routes_enterprise::apply(router))
}