pub fn create_server(
registry: Arc<ProviderRegistry>,
router: Arc<Router>,
event_registry: Arc<EventRegistry>,
config: ServerConfig,
) -> RouterExpand 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,
) -> RouterCreate the API server with all routes configured