pub fn create_server(
registry: Arc<ProviderRegistry>,
router: Arc<Router>,
event_registry: Arc<EventRegistry>,
config: ServerConfig,
) -> Router
Expand description
Create the API server with all routes configured
pub fn create_server(
registry: Arc<ProviderRegistry>,
router: Arc<Router>,
event_registry: Arc<EventRegistry>,
config: ServerConfig,
) -> Router
Create the API server with all routes configured