🎨 Identifier to 4 letters for better composition

This commit is contained in:
Manuel Cillero 2023-07-31 11:28:48 +02:00
parent aed120f96d
commit 23309b4c84
17 changed files with 35 additions and 35 deletions

View file

@ -25,8 +25,8 @@ impl ModuleTrait for Bulmix {
]
}
fn configure_service(&self, cfg: &mut service::web::ServiceConfig) {
serve_static_files!(cfg, "/bulmix", bulmix);
fn configure_service(&self, scfg: &mut service::web::ServiceConfig) {
serve_static_files!(scfg, "/bulmix", bulmix);
}
}