use actix_web::web::{self, ServiceConfig}; pub fn register_controllers(cfg: &mut ServiceConfig) { cfg.service(web::scope("/users")); }