pub fn create_router_with_auth(
service: SynthService,
cors_config: CorsConfig,
auth_config: AuthConfig,
) -> RouterExpand description
Create the REST API router with custom CORS and authentication settings.
pub fn create_router_with_auth(
service: SynthService,
cors_config: CorsConfig,
auth_config: AuthConfig,
) -> RouterCreate the REST API router with custom CORS and authentication settings.