Skip to main content

install_admin_modules

Function install_admin_modules 

Source
pub fn install_admin_modules(modules: Vec<AdminModule>)
Expand description

Install the admin-capable module registry. Called once by the composition root before the router serves traffic. Later calls replace the registry, which keeps tests isolated and leaves room for explicit refresh later.