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.