configure_all

Function configure_all 

Source
pub fn configure_all(cfg: &mut ServiceConfig)
Expand description

Configures all registered controllers with the provided ServiceConfig.

This function iterates through all controllers registered via the inventory system and calls their configure function to set up their routes.

ยงArguments

  • cfg - The ServiceConfig to configure with controller routes